Re: How to check existence a table in database

2008-10-18 Thread gregor
This group is not about databases, it's about GWT. You need to: a) select your preferred database and buy/download/install it b) download a suitable JDBC driver library (i.e. a JAR file) for it (look for links on DB web site) c) Use your database's web site for tutorials/forums to learn how to cr

Re: How to check existence a table in database

2008-10-18 Thread Lothar Kimmeringer
avd schrieb: > my problem is How to check that a table is exist in database or not > and if a table is not exist in database jdbcConnection.getMetaData().getTables(...) see e.g. http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,%20java.lang.String,

How to check existence a table in database

2008-10-18 Thread avd
Hello Sir, Thank you for giving me reply my privious problem thats very helpful for me. my problem is How to check that a table is exist in database or not and if a table is not exist in database then how to create a new table? With regards Avdhesh --~--~-~--~~~---~