Link to home
Start Free TrialLog in
Avatar of stroooo
stroooo

asked on

How do i connect visual c++ with mysql using odbc

Hallo, may I would like to connect to mysql from visual c++ express edition using odbc.
May i have a step-by-step guide of what components i have to install and what configurations to make?
May i see an example code focusing mainly in the include files i should use?

thank you in advance
Avatar of johnnash1180
johnnash1180
Flag of India image

You can use any of the ODBC wrapped code, like ODBCC++, for connecting any ODBC data sources.
You can get more details on the wrapper's example code section.

Example: http://odbc-class-lib.sourceforge.net/

John Nash
SOLUTION
Avatar of LordOfPorts
LordOfPorts
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial