If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Help!! Informix and ADO/ODBC + VB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-02, 08:57
JamieMoore JamieMoore is offline
Registered User
 
Join Date: May 2002
Posts: 12
Help!! Informix and ADO/ODBC + VB

I'm fairly new to using informix with ODBC (but have plenty of experience with other Dbs).

When I create a recordset using client-side cursors, it seems as though the informix driver is downloading the whole recordset to the client (I always thought it should created a set of pointers to the recordset locally). And when you've got each record as 17K and 77000 records it is going to be pretty slow (700MB I guess).

However if I use server side cursors it won't all me to make any updates, even if I change it around (cursor types etc) so it almost works if I call movefirst it seems to stop reflecting the updates I have made. It also seems to not commit the updates until the recordset is shut down (even though I am explicitly calling updatebatch). Any ideas??
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On