Detecting if a table in a database already exists ?
From: Thorsten Meininger (t_meining_at_hotmail.com)
Date: 10/12/04
- Next message: Joe Weinstein: "Re: Detecting if a table in a database already exists ?"
- Previous message: Joe Weinstein: "Re: Java on iSeries: setBinaryStream problem"
- Next in thread: Joe Weinstein: "Re: Detecting if a table in a database already exists ?"
- Reply: Joe Weinstein: "Re: Detecting if a table in a database already exists ?"
- Reply: Michael Borgwardt: "Re: Detecting if a table in a database already exists ?"
- Reply: Paul Lutus: "Re: Detecting if a table in a database already exists ?"
- Reply: Matthias Lippmann: "Re: Detecting if a table in a database already exists ?"
- Reply: Chas Douglass: "Re: Detecting if a table in a database already exists ?"
- Reply: Ann: "Re: Detecting if a table in a database already exists ?"
- Reply: Real Gagnon: "Re: Detecting if a table in a database already exists ?"
- Reply: Darren Davison: "Re: Detecting if a table in a database already exists ?"
- Reply: Sebastian Scheid: "Re: Detecting if a table in a database already exists ?"
- Reply: Oscar kind: "Re: Detecting if a table in a database already exists ?"
- Reply: Jacques Desmazieres: "Re: Detecting if a table in a database already exists ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 12 Oct 2004 20:23:13 +0200
Sorry for this newbie question:
How do I find out from a java source if a table in a database already exists?
I cannot believe that I have to execute a SELECT statement and if there is an exception
I know that the table does not exist. But this is a really inconvenient solution.
There must be a direct request statement.
Thorsten
- Next message: Joe Weinstein: "Re: Detecting if a table in a database already exists ?"
- Previous message: Joe Weinstein: "Re: Java on iSeries: setBinaryStream problem"
- Next in thread: Joe Weinstein: "Re: Detecting if a table in a database already exists ?"
- Reply: Joe Weinstein: "Re: Detecting if a table in a database already exists ?"
- Reply: Michael Borgwardt: "Re: Detecting if a table in a database already exists ?"
- Reply: Paul Lutus: "Re: Detecting if a table in a database already exists ?"
- Reply: Matthias Lippmann: "Re: Detecting if a table in a database already exists ?"
- Reply: Chas Douglass: "Re: Detecting if a table in a database already exists ?"
- Reply: Ann: "Re: Detecting if a table in a database already exists ?"
- Reply: Real Gagnon: "Re: Detecting if a table in a database already exists ?"
- Reply: Darren Davison: "Re: Detecting if a table in a database already exists ?"
- Reply: Sebastian Scheid: "Re: Detecting if a table in a database already exists ?"
- Reply: Oscar kind: "Re: Detecting if a table in a database already exists ?"
- Reply: Jacques Desmazieres: "Re: Detecting if a table in a database already exists ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|