Looks like this issue has been resolved, but I just wanted to add that if portability is a concern, you might consider obtaining the meta information from the Connection.getDatabaseMetaData() and ResultSet.getMetaData() methods insead.
Regards, Dyre On 27. des. 2013, at 12:38, Jad <[email protected]> wrote: > I did try to query the SYSCOLUMNS table using SQL (using the 'SQL Command' > tab in NetBeans), and I was getting back the correct response so it looks > like there might not actually be an issue getting results back (which is > what I want to do), in which case there is no problem! > > Thanks for the reply nonetheless. Will keep your answer in mind for future > reference. > > > > -- > View this message in context: > http://apache-database.10148.n7.nabble.com/SYSCOLUMNS-Table-Not-Displaying-Information-tp136205p136209.html > Sent from the Apache Derby Developers mailing list archive at Nabble.com.
