Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

C++ / SQL help; "connection.h"

I was wondering if anyone had any links to any good SQL tutorial using C++. I'm a beginner not very interested in PHP, but I love C++ and would rather use it. While I'm here, does anyone have the header "connection.h" that actually works. All of the ones that I have found come up with a lot off errors when I try and compile.

Thanks
- DanO
[370 byte] By [bubbster] at [2007-11-11 8:49:17]
# 1 Re: C++ / SQL help; "connection.h"
The header alone won't do; it contains only declarations. To use it in an application you will also need the .lib or .so or .dll file that contains the implementation of this library. And this is something you need to get from the vendor, SourceForge or whatever.
Danny at 2007-11-11 21:01:01 >