Run-time error '430' Visual 6.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hola mundo tengo la siguinnte conexion a una base de datos Acces 97, funciona
bien en windows 98 y 2000 pero al instalar la aplicacion en WindwsXP SP2
sale el sgiuiente erorr Run-time error '430': Class does not suppot
Automation. Estoy usando mdac2.7


Public db As New ADODB.Connection
Public strcnn As String

strcnn = "provider=Microsoft.Jet.OLEDB.4.0;data source=" & App.Path &
"\Basedatos\xxx.mdb"
db.ConnectionString = strcnn
db.Open
db.CursorLocation = adUseClient
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Conectar BD 2
¿A alguien le ha pasado? 2
Las siete lecciones 3

Back
Top