Shambhu Kumar singh wrote:
> 
> Hi,
> 
> Can anyboby help me out. I am in a fix over how to carry out CREATE TABLE using C 
>APIs. The manual is of no help in this matter.
> 
> So anybody I please help me out.
> Thanks in advance.
> 
> Shambhu.
>

"CREATRE table" using C API should be treated just like any other query.
It doesnt matter if its CREATE,SELECT,UPDATE,etc - those are all querys 
and should be executed using C API almost the same way

mysql_query(conn,query)
...
etc.



--
Nothing Like the Sun

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to