Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0.
Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0.
Rate Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0.
(1(1 Vote))
dcndb.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;"_
& "Data Source =C:\Program Files\Microsoft_
Office\Office\Samples\Northwind.mdb"
dcnBD.open
Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0. Comments
No comments yet — be the first to post one!
Post a Comment