Re: MySQL 4.0 and ODBC 3.51

2003-02-20 Thread Roger Baklund
* 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

MySQL 4.0 and ODBC 3.51

2003-02-20 Thread d.stelzner
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