MySQL access
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can I access MySQL from C# without using stuff that I have to configure outside of my program? (The tutorials I see require me to configure ODBC for example) I want to be able to just enter the address in my program and connect to it, but I see no easy functions like mysql_connect() or so...
-
How can I access MySQL from C# without using stuff that I have to configure outside of my program? (The tutorials I see require me to configure ODBC for example) I want to be able to just enter the address in my program and connect to it, but I see no easy functions like mysql_connect() or so...
SourceForge.net has a project that is developing a managed MySql provider.