Is there a way to execute a SELECT statement with a command line tool. I've tried with "loadercli". It answered me that everything was "OK", but there was no output data... (I excepted the result of my SELECT query to appear on the screen in a text format...).
This depends a bit on what exactly you want to achieve:
If you want to pipe it into a file or another, then xsql is fine. This program will be replaced and extended by sqlcli in 7.5.
If you need an interactive query tool because you have only a terminal, then you can use <dependent_path>/bin/ireport.py. Call it using <dependent_path</bin/x_python, otherwise, you have to download the Python extensions for newer Python versions.
If you want something not covered by the tools so far, I suggest looking at <dependent_path>/bin/ireport.py as a Python script. It probably contains enough code to get you started.
Daniel Dittmar
-- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
