From: Lars H. <Lar...@Su...> - 2006-10-31 08:15:23
|
Robert Manning wrote, On 10/28/06 01:04: > > Not sure what that code is trying to do - but I didn't write it so that's not > really saying much. In any case, it seems to me that your database (HADB) > is playing tricks on us with all that right-padding. I changed line 211 above > to look like: > > if(type.trim().equalsIgnoreCase(types[i])) > > and I see tables now. So I'll check that into CVS and you can check out the > next snapshot when you have time and let me know if that solves the problem. > There was one other user (Bernard) who noted this same symptom with > MS-SQLServer, so CC'ing the list and I'm hopeful that this addresses the > problem there as well. That did it - with the latest snapshot (20061028_1043) I can browse and play around nicely now :) I will query my jdbc friends downstairs and ask why the table names are all right space padded to 32 char length. Thanks! Lars |