Displaying 1 result from an estimated 1 matches for "tables_in_opus".
2004 Nov 25
0
Problem with ODBC access to SQL database
...---
The next thing I did was to check from the MySQL commandline what the
status of the database was.
------------------------ MySQL commandline query
-----------------------------------------------------------
mysql> use opus;
Database changed
mysql> show tables;
+----------------+
| Tables_in_opus |
+----------------+
| usarrests |
+----------------+
1 row in set (0.00 sec)
mysql> describe usarrests;
+----------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+--------------+------+-----+---------+-------+
| state...