Comments - Connecting to a Mariadb database with visual basic express 2010

12 years, 5 months ago Jules Jenson

I plan only to connect to the MariaDB and obtain data for use in a Visual Basic 2010 Express application. Specifically to pull six fields from a table of 23, and then write these out to a NFC contactless card as text. Administering MariaDB via heidi is great. Have had no problems there. Thanks Jules

 
12 years, 5 months ago Vladislav Vaintroub

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.

 
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.