Results 1 to 2 of 2

Thread: Can't navigate recordsets using MySQL

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    15

    Can't navigate recordsets using MySQL

    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.

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Can't navigate recordsets using MySQL

    Could you post the code you're using to connect to/navigate the recordset, please?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width