ADO Connection String


Connection strings are simple strings which contain database connection information for ADO.


The format is very simple and consists of 'argument=value' pairs separated by semi-columns (;).

Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\ProgramFiles\Daisy Analysis\Daisy 2000\Examples\Daisy2003.mdb; Persist Security Info=False

This connection string has three parameters; Provider, Data Source and Persist Security Info. It would connect to one of the example databases delivered with Daisy.


Note that Daisy uses a dialog to create and edit connection strings.


Daisy   Index