|
Hi I am trying to build a create SQL statement(DDL), What i am doing is following DatabaseMetaData dbm = conn.getMetaData(); ResultSet foreign = dbm.getImportedKeys(catalog, schemaName, tableName); String contraint = foreign.getString("PK_NAME"); But i am getting contraint as null, i know that for this table there is a foreign key with a constraint name? What wrong am i doing?, is there any other parameter i need to set? Does anyone ever worked a utility which will create DDL for all the tables in a collection, I tried using iseries navigator, but it is not working as i need, Ashish __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.