This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

MariaDB OLEDB Provider was not Specified

Is it Possible to connect my MariaDB database using OLED DB?

I have this connectionstring

`Dim con = New OleDb.OleDbConnection("Driver={MariaDB ODBC 3.1 Driver}; SERVER=" & sDataserver & "; Database=" & sDatabaseName & "; UID=root;PWD=*; PORT=3307; OPTION=3")`

the error says, *An OLEDB PROVIDER was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB'*

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.