Jul 23, 2007 #1 CJason Programmer Oct 13, 2004 223 US Anyone know of a good link to describe how to interface with a relational database from C? Thanks in advance!
Anyone know of a good link to describe how to interface with a relational database from C? Thanks in advance!
Jul 23, 2007 #2 ArkM IS-IT--Management Oct 21, 2002 1,819 RU See, for example, EasySQL: http://amsoft.ru/easysql/doc/easysql.htmlAs usually, every DBMS has its own C interface (at least, ODBC level - see docs). Alas, no such animal as standard C interface to relational dbs... Upvote 0 Downvote
See, for example, EasySQL: http://amsoft.ru/easysql/doc/easysql.htmlAs usually, every DBMS has its own C interface (at least, ODBC level - see docs). Alas, no such animal as standard C interface to relational dbs...
Jul 23, 2007 #3 ArkM IS-IT--Management Oct 21, 2002 1,819 RU See also SQLite (C lib with SQL db engine): http://www.hwaci.com/sw/sqlite/ Upvote 0 Downvote