I can't connect C# to MS Access 2007 to insert data into DB. please help me. it can't see the type of db. thx
Insert data into Access 2007 from C#
Collapse
X
-
Tags: None
-
-
Comment
-
it seems that you're system is lacking the driver required to access [Access 2007] databases....
download it from here http://www.microsoft.com/downloads/d...displaylang=en
and then set the provider to
in your connection stringCode:Provider=Microsoft.ACE.OLEDB.12.0;
Comment
-
-
Comment
Comment