MySQL client obtaining problems

Started by
2 comments, last by sathenzar 19 years, 6 months ago
Hey, I was wanting to use the mysqlclient to program mysql in C#/C++. Could someone point out a link to me as to where I can get this? I've tried finding it on mysql.com but no luck so far.
Advertisement
I think maybe you want the Microsoft .NET Framework SDK? This has all the docs and
compilers for languages like C#, and has example code of hooking up with all types of
databases.
Quote:Original post by sathenzar
Hey, I was wanting to use the mysqlclient to program mysql in C#/C++. Could someone point out a link to me as to where I can get this? I've tried finding it on mysql.com but no luck so far.
Get the MyODBC driver, and you can pretty much use mysql from any language that supports ODBC. C#/C++ both have ODBC libraries.
but don't you have to install the mysql libraries and inclue them in the VC++ build paths? Thanks in advance everyone.

This topic is closed to new replies.

Advertisement