Hi.
I migrated my data from access to MySQL.
Everything seems to work fine when My conenction curser is set to UseServer.
The problem however is, that this does not seem to support abilities such as .RecordCount, Which allways return -1
I can while...rs.movenext...wend through it, but the .RecordCount always shows -1.
This would not do cause I need to use datagrids etc. in my app.
When I set the connection to UseClient, I can get the .RecordCount, but It takes 20 times longer(than with UseServer) to return the data (4000 Rows).
I'm really stumped......I have allready tried to change the recordset opject cursor, from OpenDynamic to OpenKeyset.
Any Help would be GRREATLY appreciated.
P.S.>Might it be a problem with indexes or something that did not import correctly?
My acces Tables had an autocreated PrimpraryKey column "ID", which auto-increments in each table.
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
I migrated my data from access to MySQL.
Everything seems to work fine when My conenction curser is set to UseServer.
The problem however is, that this does not seem to support abilities such as .RecordCount, Which allways return -1
I can while...rs.movenext...wend through it, but the .RecordCount always shows -1.
This would not do cause I need to use datagrids etc. in my app.
When I set the connection to UseClient, I can get the .RecordCount, but It takes 20 times longer(than with UseServer) to return the data (4000 Rows).
I'm really stumped......I have allready tried to change the recordset opject cursor, from OpenDynamic to OpenKeyset.
Any Help would be GRREATLY appreciated.
P.S.>Might it be a problem with indexes or something that did not import correctly?
My acces Tables had an autocreated PrimpraryKey column "ID", which auto-increments in each table.
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)