September 21, 2005 at 11:24 am
I have a need to query SQL Server databases via C or C++. Can anyone please tell me how to get started? I am quite familiar with using connections and record sets in ASP. Is there anything corresponding to this in C or C++? Does anyone know of any Web sites that could help me with this??
September 22, 2005 at 5:05 am
Just have a look in your C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Samples folder.
You can find a lot of samples there to start you development with
Bye
Gabor
September 22, 2005 at 8:17 am
"A set of ADO classes - version 2.20"
http://www.codeproject.com/database/caaadoclass1.asp
"ADO Connection Strings"
http://www.codeproject.com/database/connectionstrings.asp
"A set of ADOX Classes"
http://www.codeproject.com/database/caaadoxclass.asp
***
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply