Knowledgebase

  • Unmatched Support
  • Unmatched Uptime
  • cPanel Included

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=ValueX
Example:
Provider=MSDASQL; DRIVER={Microsoft Access Driver (*.mdb)}; UID=; PWD=SamplePassword; DBQ=C:\Domains\sample.net\db\sample.mdb;


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read