The "Start VB.NET" tutorial in my signature has a section on ADO.NET and a subsection on Access. I suggest that you take a look. Also, www.connectionstrings.com has details of a large number of connection string formats.
bear in mind that the password used to secure an acccess database is not passed in the "password=" section of a connection string. That section (user/password) is reserved for MDW secured databases. Instead, the Jet OLEDBatabase Password attribute is used. Bear this in mind when reviewing your connection string.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.