Knowledgebase
Your Trusted Hosting Solutions Partner > Knowledgebase > Database > MS Access > Connection String for MS Access
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=ValueXExample:
Provider=MSDASQL; DRIVER={Microsoft Access Driver (*.mdb)}; UID=; PWD=SamplePassword; DBQ=C:\Domains\sample.net\db\sample.mdb;
Add to Favourites Print this Article
Also Read