VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0.

by BC Bahrenburg (2 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 6th April 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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.




dcndb.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;"_
       & "Data Source =C:\Program Files\Microsoft_
       Office\Office\Samples\Northwind.mdb"
dcnBD.open


Download this snippet    Add to My Saved Code

Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0. Comments

No comments have been posted about Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0.. Why not be the first to post a comment about Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0..

Post your comment

Subject:
Message:
0/1000 characters