Re: jdbc and DB2
- From: Alfred <user@xxxxxxxxxxx>
- Date: Sun, 14 Oct 2007 16:09:04 +0200
Corona4456 wrote:
How would you go about getting a list of tables from db2 using jdbc?
Use DatabaseMetaData and the methods like:
- getCatalogs()
- getSchemas()
- getTables()
Do not use SQL-Statements for that! And have a look
to your Java-API-Reference.
Alfred
.
- Prev by Date: Re: problem with uploading files
- Next by Date: Java Applet gets error accessing DB: (java.net.SocketPermission ... resolve)
- Previous by thread: problem with uploading files
- Next by thread: Java Applet gets error accessing DB: (java.net.SocketPermission ... resolve)
- Index(es):