Re: How to know columns names in Derby database table
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 23 Sep 2007 09:24:40 GMT
On Sun, 23 Sep 2007 09:54:50 +0200, "Luis Angel Fdez. Fdez."
<laffdez@xxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
[...]
The connection is made, and the 'bornes' table exists, but the loop is
never executed. What's wrong?
another way to get this information is with commands like this:
SHOW DATABASES; -- examine list of supported databases
USE mydata; -- select mydata database
SHOW TABLES; -- examine tables in mydata database
DESCRIBE animals; -- look at column descriptions in the animals table
CREATE DATABASE plants; -- create a new database.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- Follow-Ups:
- Re: How to know columns names in Derby database table
- From: Luis Angel Fdez. Fdez.
- Re: How to know columns names in Derby database table
- References:
- How to know columns names in Derby database table
- From: Luis Angel Fdez. Fdez.
- How to know columns names in Derby database table
- Prev by Date: Re: CLOB issue with JDBC, IBATIS and Oracle 10g
- Next by Date: Re: How to know columns names in Derby database table
- Previous by thread: How to know columns names in Derby database table
- Next by thread: Re: How to know columns names in Derby database table
- Index(es):
Relevant Pages
|
|