August 20, 2012 at 1:53 pm
This is a general question. Is it possible to integrate SQL with C programs?
I am not a C programmer, but was asked if there is a way to do this. Any feedback would be helpful.
We are currently running SQL Server 2008 R2.
Thanks
August 20, 2012 at 1:59 pm
if the question is can a C program connect and use a SQL 2008R2 database, then yes; the ODBC drivers like the SQl Native Client can be used by a C program to connect and select/insert/update/delete etc.
if you have a different meaning for "integrate" than that, can you explain further?
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply