Connection String

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;
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CVS

CVS is the Concurrent Versions System, the dominant open-source network-transparent version...

Clustering

Connecting many computers and making them appear as one machine. This is done to increase...

Co-location (Colo)

Putting a web server in a dedicated facility that provides high-speed Internet connection,...

ColdFusion

In computing, ColdFusion is a tag-based, middleware programming language used chiefly for writing...

Control Panel

Control panel included in web hosting packages is an online web-based application that allows you...