Skip to main content

ADO.Net

To create a connection in Ouvvi using the ADO.Net providers you need to select the ADO.NET option from the list.

ADO.Net Option

This will open the connection page where you need to start by entering a name for the connection and an optional description. Then select the provider your connector needs from the ADO.NET Provider dropdown list.

ADO.Net Providers List

The next step is to enter in the connection string to your database and change the SQL Identifier Start and End characters as needed along with the SQL Parameter Marker if this is different to the default value.

ADO.Net

Click Save to add the connection to the Ouvvi Connection Library.

The table below provides some more detail on the ADO.NET Connection properties.

ParameterValue
ADO.Net ProviderChoose your ADO.Net provider from the drop down list. You can choose from ODBC, OleDB, SQLClient, Oracle Client, and ODP.NET.
Connection StringThe connection string to connect to your chosen Database.
SQL Identifier Start CharacterThe character to identify the start of the string. By default this is set to ".
SQL Identifier End CharacterThe character to identify the end of the string. By default this is set to ".
SQL Parameter MarkerThe parameter marker. By default this is set to :{0}.