Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: #310
#310
Posted: 2008/05/19 09:57
 
Cannot execute command returning row set or metainfo.

Why is this so, when "SELECT DATABASES" is trying to execute?
Re:#310
Posted: 2008/05/19 21:03
 
Use Open instead of Execute/ExecSQL.
Re:#310
Posted: 2008/05/20 08:44
 
I did so, but then I got message: "Something is wrong in your syntax "DATABASES", or when I try to use `SELECT DATABASE` it says "Something is wrong in your syntax ''".
Re:#310
Posted: 2008/05/21 00:05
 
If you are using MySQL, then probably you are looking for SHOW DATABASES command.