To be perfectly honest I believe you have completely confused the
programming language you are using with the SQL statements you need to use
to interact with the server. These are two separate languages and have
their own separate syntaxes.
You can use almost any programming language and the
Hello.
I don't know if it is exactly what you want, but look at this:
http://dev.mysql.com/doc/mysql/en/SQLPS.html
http://dev.mysql.com/doc/mysql/en/C_API_Prepared_statements.html
>I am building the insert string for inserting into particular table t1
>using C program. The below st