Access =====> MySQL
Hi,
I am trying to migrate from an application from Access to a mySql
database. I am making a connection via ODBC (connStr =
"driver={mysql};database=dbttrend;server=127.0.0.1 ;uid=root;pwd=A81;"),
this works fine but I get an error on one of my pages, in the source
code it looks like this:
localRSBkmk = rsEntries.Bookmark
The error is:
Current Recordset does not support bookmarks. This may be a limitation
of the provider or of the selected cursortype.
To my knowledge the Bookmark property of the Recordset should be
supported. I am using MySQL ODBC Driver 3.51.06.00 and Windows
Platform.
Does anybody know a solution for this problem?
thanx for help
Pete
|