Dear Vb users,

I am trying to open a database with the next instruction:

Dim ConnectDB As New ADODB.Connection
ConnectDB.Open ("Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=DATABASENAME.mdb")

This gives the next error: "ADO could not find the specified provider"

Can someone give me answer on the next questions:

- wich referenes do I have to choose?
- if I can't find, wich DLL file do I need?
- if I can't find the DLL file, where can I find this file on internet?

I am using VB5.

Thanks for reading or maybe answering.

Michelle.


[Edited by michelle on 08-22-2000 at 03:08 AM]