Connection String for MS Access

Connection String is a string which contains database connection information and it will be passed to the Driver Manager and driver (ADO) directly. The connection string need to be formatted as below form:

 

Argument1=Value1; Argument2=Value2; Argument3=Value3;...;ArgumentX=ValueX


Example:
Provider=MSDASQL; DRIVER={Microsoft Access Driver (*.mdb)}; UID=; PWD=SamplePassword; DBQ=C:\Domains\sample.net\db\sample.mdb;

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.