How would I go about connecting to an sql database on my server? I've seen things like mysql++ or whatever, but i want to actually learn how to do it
This is a discussion on Connecting to sql database on server within the Windows Programming forums, part of the Platform Specific Boards category; How would I go about connecting to an sql database on my server? I've seen things like mysql++ or whatever, ...
How would I go about connecting to an sql database on my server? I've seen things like mysql++ or whatever, but i want to actually learn how to do it
Pick your poison.
There's straight C ODBC programming (and MFC wrapper classes).
Or if you're more COM savey, ADO is the latest and greatest technology.
gg