On 9/5/07, MJ <[EMAIL PROTECTED]> wrote:
> I have started programing with C in about one year ago. Now I need to
> use SQL within my C codes. Does anybody have any idea about good
> examples on SQL using C? I have not any experience using SQL before.
Are you connecting to a database backend? The easiest way is to use
ODBC, which is a high-level generic interface to most database
backends (Oracle, MS-SQL server, MySQL, PostgreSQL, Access, etc). Your
database application should provide ODBC drivers for you to use with
your C or C++ program.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi