SQL Server 2008 R2 and C

  • 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

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply