Hi Everyone

I am working on a simple project in VB6 using ADO and MySQL as the backend. The connection works fine, but i cannot navigate the recordset using the MoveFirst and the MoveLast methods. Whenever i attempt to do it i get an error saying:

VB Code:
  1. Runtime Error '-2147217884 (80040e24)': Rowset does not support fteching backward.

Does this mean that i will not be able to navigate recordsets in VB using MySQL? or am i overlooking something? is there any other procedure to navigate through a recordset more efficiently?

Thanks in advance
Bir.