MySQL OLEDB Connection String

This article gives information about MySQL OLEDB and wrapping of it.
  • 3372

Standard for MySQL OLEDB

SpecifiedSQL OLEDB is used for accessing SpecifiedSql. it is very easy to use it. The standard string used for it is given below.

Provider=SpecifiedSQLProv;Data Source=specifieddb;User Id=specifiedUsername;Password=specifiedPassword;

Wrapping of MySQL OLEDB

The string given below is used for calling the oledb provider.

Provider=SpecifiedSQLProv;Data Source=specifieddb;User Id=specifiedUsername;Password=specifiedPassword;

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.