> *Totally* DB specific. For Oracle try searching http://technet.oracle.com; > for anything else try asking on a database list? ;-)
For code examples I would poke around Netbeans code they have some cool functionality in Runtime tab of the explorer, i.e. database browser of some kind. Try to download the sources from netbeans.org and poke around. Other then that I would just research java.sql.DatabaseMetaData class, it will do it for you (assuming that driver implements all supporting interfaces correctly). Igor -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
