The act as followed:
exec sql begin declare section; int id;
char name[20]; /*content UTF-8 code*/
exec sql end declare section;
/*copy UTF-8 code into name*/ /* then excute like below */
EXEC SQL INSERT INTO table1 VALUES (:id,:name); EXEC SQL COMMIT WORK;
The question is how to accomplish the mentioned function with the C/C++ Precompiler for Embedded SQL
_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
