RE: Problem using JDBC to obtain metadata

2002-07-15 Thread Tam, Michael
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

Re: Problem using JDBC to obtain metadata

2002-07-15 Thread Mark Matthews
-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

Problem using JDBC to obtain metadata

2002-07-15 Thread Tam, Michael
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