|
-
Aug 1st, 2000, 02:58 AM
#1
Thread Starter
New Member
Hi!
I want to use the MS DataGrid without using the ADO controller.
If I use the ADO it's only to connect the DataGrid property DataSource and then I'm connected.
BUT, witch property will I use if the call on the connection and recordset code look like this
Set adoConnection = New ADODB.Connection
adoConnection.Open m_def_ConnectionString
Set adoRS = New ADODB.Recordset
adoRS.Open "Plan", adoConnection, adOpenDynamic, adLockOptimistic
I would be very grateful if someone could help me!
//Urban
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|