Uda Wiki Web

  • Topic
  • Discussion
  • UdaWikiWeb.UnmanagedNETDataProviderConnectionAttributes(Last) -- Owiki? , 2016-08-19 15:01:31 Edit owiki 2016-08-19 15:01:31

    Connect String Attributes for the Unmanaged ADO.NET Data Provider for ODBC Data Sources

    The table below provides a list of the Connect String Attributes for the Unmanaged ADO.NET-to-ODBC Bridge Data Provider (OpenLink.Data.OdbcClient):

    Keyword Meaning Sort in ascending order Default Value
    DSN ODBC Data Source Name (DSN) none
    PWD password for target data source none
    UID username for target data source none

    A valid connect string might look like this --

    "DSN=MyOracleDSN;UID=scott;PWD=tiger"