hi,I want to open the database file with Access.I have referBut it is failure.I use following:
Dim varCONN As New ADODB.Connection
varCONN.Provider = "Microsoft.Jet.OLEDB.3.51"
varCONN.ConnectionString = "User ID=admin;Data Source=" + App.Path + "\Note.mdb"
varCONN.Open
That error message is "Unknow database formate for file Note.mdb......".
I don't understand it. Thanks a lot.


Reply With Quote



Bookmarks