Jeremy, Prasad, > On Mon, Oct 13, 2003 at 11:45:33PM -0600, Prasad Budim Ram wrote: >> Is it possible to direct xml support for queryiing a SQL statement and >> get the result in also in xml?
> Nope. At least, you can start the MySQL client program with an option so that it outputs XML: shell> mysql --xml mysql> SHOW TABLES FROM test; <?xml version="1.0"?> <resultset statement="SHOW TABLES FROM test"> <row> <Tables_in_test>booltest</Tables_in_test> </row> <row> <Tables_in_test>daten</Tables_in_test> </row> ... Regards, -- Stefan Hinz <[EMAIL PROTECTED]> iConnect GmbH <http://iConnect.de> Heesestr. 6, 12169 Berlin (Germany) Telefon: +49 30 7970948-0 Fax: +49 30 7970948-3 [filter fodder: sql, mysql, query] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]