Re: MySQL + ADO + ODBC

2002-12-22 Thread Venu
On Sun, 2002-12-22 at 17:25, Michael She wrote: > Hi all, > > Does MySQL's ODBC v2.50 driver support Bookmarks? MySQL doesn't support bookmarks, so no means that the drivers will support this either :) -- Regards, Venu For technical support contracts, go to https://order.mysql.com __ ___

MySQL + ADO + ODBC

2002-12-22 Thread Michael She
Hi all, Does MySQL's ODBC v2.50 driver support Bookmarks? I can only get ADO bookmarks to work with a Client Side Cursor. Here is some sample code: strSQL = "SELECT * FROM IMAGES WHERE `CATID` = " & CatID rs.CursorLocation = 3 'Client Side Cursor rs.open strSQL, objConn rs.PageSize = 1 rs.abso