Getting all supported connection string parameters for a provider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
cbc700
Posts: 46
Joined: Fri 03 Aug 2007 17:25

Getting all supported connection string parameters for a provider

Post by cbc700 » Sat 26 Jan 2019 02:44

Hello. The dotConnect Universal documentation in Provider-Specific Notes mentions the "most important connection string parameters". Is there a way to enumerate the full parameter list in code? Thanks.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Getting all supported connection string parameters for a provider

Post by Pinturiccio » Wed 30 Jan 2019 12:44

It's not possible to get the list of available connection string parameters. dotConnect Universal loads a provider specified in the Provider parameter in the connection string, and then uses its connection string. You should read the corresponding provider documentation to view the list of available connection string parameters.
For internal supported dotConnect providers, you can find information about connection string parameters here:
https://www.devart.com/dotconnect/oracl ... tring.html
https://www.devart.com/dotconnect/mysql ... tring.html
https://www.devart.com/dotconnect/postg ... tring.html
https://www.devart.com/dotconnect/sqlit ... tring.html

For other providers, like SqlClient or ODP.NET, you can find the information in their documentation.

cbc700
Posts: 46
Joined: Fri 03 Aug 2007 17:25

Re: Getting all supported connection string parameters for a provider

Post by cbc700 » Mon 04 Feb 2019 09:17

Thanks.

Post Reply