* Dieter Stelzner
[...]
> I have opened a conection to a MySQL-Server database. How I can get a list
> of all available tables inside the database via ODBC with an SQL
> statement?
Send a "SHOW TABLES" command. Full syntax:
SHOW [OPEN] TABLES [FROM db_name] [LIKE wild]
http://www.mysql.com/doc/e
Hello,
1. Bug:
A resultset of i.e. "select * from table" has now the behaviour of a
dynamical cursor, but a ODBC question for cursor type returns "static
cursor".
2. Question:
I have opened a conection to a MySQL-Server database. How I can get a list
of all available tables inside the database via