Standard for OLE DB Provider by .NET Framework Data Provider

This article deals with basics, concepts and syntax of connection string for OLE DB Provider by .NET Framework Data Provider.
  • 1932

Standard for OLE DB Provider

The string given below encapsulates the OleDbConnection class so that it can call the OLEDB (Object Linking and Embedding Database) provider. To implement it use the following string.

Provider=Advantage OLE DB Provider;User ID=adssys;Data Source=userDDpath;Advantage Server Type=ADS_REMOTE_SERVER;

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.