Standard for ODBC Driver by .NET Framework Data Provider

This article deals with basics, concepts and syntax of connection string for ODBC Driver by .NET Framework Data Provider.
  • 1725

Standard for ODBC Driver

The string given below encapsulates the OdbcConnection  class so that it can call the ODBC (Open Database Connectivity) provider. To implement it use the following string.

DataDirectory=\\servername\sharename\dictionaryfile.add;ServerTypes=1;

Further Readings


You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.