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
