MySQL databases
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I've spent all day trying to figure out how to write a program to talk to a MySQL database. I'm new to the .NET framework, but it seems like it would be straightforward enough. I tried using MySQLDriverCS but it give me debug errors, something about not finding required files. Also, I haven't found a way to get the standard MySQL API working on .NET. So, is there a way to make MySQLDriverCS work for managed c++ or could someone tell me how to setup the MySQL API for Visual C++ .NET? -- Steve