ADO 2.0 to 2.1 library

ADO 2.0 to 2.1 library

Post by John Mar » Sat, 05 Jun 1999 04:00:00



After installing SP3 I removed the ActiveX ADO 2.0 library from a
project and replaced it with the new 2.1 library but I'm getting
immediate errors when I try and run, or debug the application. Setting
the library back to 2.0 solves the problem but I'm curious as to what
I'm missing here?

The MoveComplete method of any recordset (as below) produces the error.

Private Sub adodcDealers_MoveComplete(ByVal adReason As
ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As
ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
adodcDealers.Caption = "Record: " &
CStr(adodcDealers.Recordset.AbsolutePosition)
End Sub

Regards
John Marr

 
 
 

1. ADO Referece to 2.0 or 2.1 library

I have vB6 and sp3 installed in my PC.  If I want to use ado to connect to
an access97 file.  Which one should be used?

By the way, My connection string should be "OLEDB 3.51 or 4.0"

I found the using 4.0 , the database can not be updated after the app. is
package and installed on a new PC.

Ericsson

2. VBSQL

3. ADO Control against ADO 2.1 and ADO 2.0

4. Converting "large" databases

5. Using ADO 2.1 / ADOX / ADO 2.0 with C++

6. how to create a self-join

7. ADO 2.0 vs ADO 2.1

8. Need help on SQL Server 7.0 or 6.5

9. Using ADO 2.1 / ADOX / ADO 2.0 with C++

10. ADO 2.1 Object Library Distribution Issues

11. ADO 2.0, 2.1, 2.5 support with SQL 2000 SP1

12. ado 2.0/2.1 on Windows 2000/XP

13. SQL7, ADO 2.0 or 2.1, and blank recordsets