ECTED]]
Sent: Monday, July 15, 2002 2:14 PM
To: Tam, Michael
Cc: '[EMAIL PROTECTED]'
Subject: Re: Problem using JDBC to obtain metadata
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tam, Michael wrote:
| Hi all,
|
| I tried to use mm.mysql (2.0.14) to access the tables in mysql
| (3.2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tam, Michael wrote:
| Hi all,
|
| I tried to use mm.mysql (2.0.14) to access the tables in mysql
| (3.23.51). I can't retrieve metadata like tables' comment through the
| following code:
|
| // get connection
| conn=ds.getConnection();
|
| // get
Hi all,
I tried to use mm.mysql (2.0.14) to access the tables in mysql
(3.23.51). I can't retrieve metadata like tables' comment through the
following code:
// get connection
conn=ds.getConnection();
// get metadata
dbmd=conn.getMetaData();
//get resultset for all tables metadata
rs = dbm