Oliver2003
Technical User
Hi,
I'm looking for some basic info on connecting to a access 2000 database through code and navigating, adding, deleting records.
I have the basic idea that I need Jet 4.0 as the provider and the connection below,
Dim db As Connection
Set db = New Connection
db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=D:\My Documents\db3.mdb;"
But after that i'm lost;
How do I set which table to look at, the fields, display them in controls on a vb form and then navigate through them?
I await your positive reply, at the moment I am just trying to find out if vb will do the job I want. I normally use ms access as my front and back end to db.
Cheers.
I'm looking for some basic info on connecting to a access 2000 database through code and navigating, adding, deleting records.
I have the basic idea that I need Jet 4.0 as the provider and the connection below,
Dim db As Connection
Set db = New Connection
db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=D:\My Documents\db3.mdb;"
But after that i'm lost;
How do I set which table to look at, the fields, display them in controls on a vb form and then navigate through them?
I await your positive reply, at the moment I am just trying to find out if vb will do the job I want. I normally use ms access as my front and back end to db.
Cheers.