[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Mysql C Api



Hi,
> How can I create a table in MySQL using C APIs. I  cannnot
> find any API in the manual which can do the same.
u just log in with privileges to create a table, and execute a create table
query!!!!
Bye,
    /\ |\/| |3 /\ r

PS: This works with all the client apis (php3, perl/dbi, C/C++ , JDBC etc!!)