Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to link Adodc to recordset
Message
From
01/11/2001 14:45:05
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00575891
Message ID:
00576347
Views:
33
I have a grid and test boxes. Grid is bound straight to recordset.
First time I do
Set dGrd.DataSource = rs
Set Adodc1.Recordset = rs
And when I move down the grid all text boxes change their values accordinally.
I use rs.MoveNext to move a record.

When I reset Adodc1.Recordset the grid update without a problem, but text boxes displaying same values when I try go move between records.
May be the grid should be bound to Adodc, and use Adodc1.Recordset.MoveNext instead?
If yes, why it works at first?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform