SQL Server Native Client API examples
Posted
by ebasconp
on Stack Overflow
See other posts from Stack Overflow
or by ebasconp
Published on 2010-05-24T23:58:58Z
Indexed on
2010/05/25
0:01 UTC
Read the original article
Hit count: 256
Hi everybody:
I am writing a C++ application that needs to execute SQL queries in a SQL Server DB and I want to do it using SQL Server Native Client.
The MSDN documentation has no a full reference on it and has a few examples so I am looking for some site having more information on how to connect, execute queries and retrieve results using this API.
Do you guys know where can I more info on it?
Thanks in advance,
Ernesto
© Stack Overflow or respective owner