Connecting to a Mariadb database with visual basic express 2010

I have tried everything I know how to do -- to connect to an existing mariadb database with visual basic 2010 express. Can anyone give me any ideas on how to get a proper start. I am trying to connect to the localdb server created by heidi, which is a tcp/ip . Microsoft SQL server is installed.

Answer Answered by Vladislav Vaintroub in this comment.

In this case, you'd just need to write the ADO.NET "per hand" (no wizard support in VB Express). Just use Connector/NET and write the same code, as if database was MySQL.

Comments

Comments loading...
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.