LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   C API for sql (https://www.linuxquestions.org/questions/linux-software-2/c-api-for-sql-904551/)

vamsi9042 09-23-2011 01:42 AM

C API for sql
 
Hi Friends,
Can anybody suggest me a book for C-API of SQL.

Thanks in advance..

paulsm4 09-23-2011 01:51 AM

There are many different C API's for many different kinds of SQL Servers.

Here's a good tutorial on using the C API for MySQL:

http://www.yolinux.com/TUTORIALS/MyS...ing-C-API.html

And if you're interested in a portable API (portable to MySql, PostgreSql, Oracle, DB2, SQL Server and many others), then ODBC might be the ticket:

http://www.easysoft.com/developer/la..._tutorial.html


All times are GMT -5. The time now is 11:49 PM.