ODBC - MovePrevious

Using the following code and Navision ODBC driver 2.60, the connection does allow to move backwards, e.g. MovePrevious. Set ConnNavision = New ADODB.Connection ConnNavision.Open “DSN=Navision” Set RsNavision = New ADODB.Recordset RsNavision.CursorType = adOpenDynamic RsNavision.LockType = adLockOptimistic RsNavision.Open “Reserva”, ConnNavision, , , adCmdTable Does the Navision driver allow moving backwards? Thank you.

As the MovePrevious is done on the recordset, this has nothing to do with the C/ODBC driver. So i guess we can say YES to this. /Soren