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 string is stored in a variable.

>

>say sqlstmt = 'INSERT INTo T1 values(:id,:ename);'

>

>The values for the field's id, name will come from the front end. The

>sql string will be executed using Pro *C in Oracle.

>

>Can we get the MySQL Equivalent so that we can use the same in our C

>program? Do we have bind variable or host variable concepts in MySQL?

>

>Thanks for help in advance.

>

> Regards,

> 

> Narasimha

> 

> 

 

 [EMAIL PROTECTED] wrote:



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to