Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO record object
Message
From
17/09/2001 10:39:28
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
ADO record object
Miscellaneous
Thread ID:
00557286
Message ID:
00557286
Views:
42
Hi people.
How can i fill ADO record object from current record of recordset.
I use such way:
dim rec as new ADODB.record
dim rs as new ADODB.recordset
..... i create recordset with information
....

then i issued command line:
rec.open rs
and got error on this line.
I tried to disconnet recordset from connection,made recordset readonly and forwardonly but result is the same.

Thank you.
Alex
Next
Reply
Map
View

Click here to load this message in the networking platform