connecting to access database with workgroup file

rbreidenstein

Member
Joined
Dec 4, 2005
Messages
21
Programming Experience
1-3
does anyone have some example code for vs 2k5 vb.net to connect to an access database with a workgoup file?
 
According to www.connectionstrings.com, this is what your ConnectionString should look like:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;Jet OLEDB:System Database=system.mdw;"
 
Back
Top