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 > General > Applications & Tools > Binding a compound recordset to a Datagrid Control

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-03, 21:27
schwep schwep is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Wink Binding a compound recordset to a Datagrid Control

Just wondering if anybody know how bind a compound recordset to datagrid control in Visual Basic 6.0.

If set the cursor location of the recordset to adUseClient and bind to the datagrid it only binds the first recordset even though there are multiple recordsets being returned from the stored procedure.

If I set the cursor location to adUseServer then I receive the "rowset is not bookmarkable" error when trying to bind to the datagrid. After this error I tried to set the cursor type to adOpenStatic, but didn't not help...
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