Schema documentation

2002-01-31 Thread udayashankarl_n
Hi! Can anybody please point me to documentation on Schema?. I couldn't found any in mysql manual. tia uday - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

C-API Query

2002-01-07 Thread udayashankarl_n
Hi, I have written the following code using C-API and would like to retrieve the info from MYSQL. But it gives me error messages. Please let me know where iam going wrong. the code and error messages are : #include #include main() { int sel; MYSQL *mysql=NULL; mysql_init

RE: Join Query Help

2002-01-06 Thread udayashankarl_n
Hi, The below mentioned query, select eventartists.eaDnID,djnames.dnName,eventartists.eaDn2ID from eventartists,djnames where djnames.dnID = eventartists.eaDnID; gives the following result. +++-+ | eaDnID | dnName | eaDn2ID | +++-+ | 1 | dj

XML support in MySQL

2002-01-03 Thread udayashankarl_n
Hi! Is it possible to load,retrieve,query data from MySQL thru XML data structures? I've gone thru the MySQL manual but, no mention of it. Please point me to the right direction. Uday - Before posting, please check: http://www