Hi,
I'm currently working on a synchronization tool using Java, it should
be flexible enough to read out the table details (columns, indices and
alike) on runtime and then check wether or not the destination is
compatible. The problem is that I was unable to find a (standard) way
to read out the index and the columns information of a table. Is there
a special JDBC Function or, even better, does the SQL standard define a
way to do that?
Thank you for your time,
Christian 'Snyke' Decker
--
http://www.Snyke.net
IchBin - 21 Feb 2006 21:00 GMT
Christian Decker wrote:
> Hi,
> I'm currently working on a synchronization tool using Java, it should
[quoted text clipped - 9 lines]
>
> --
You do it with java.sql.DatabaseMetaData;

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Snyke - 22 Feb 2006 11:52 GMT