Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: Cannot browse object tree nodes: msg#00042

db.squirrel-sql.users

Subject: Re: Cannot browse object tree nodes

On 10/27/06, Lars Heill <Lars.Heill@xxxxxxx> wrote:
>
> Have a nice weekend - and thanks for chasing this!
>

Lars,

I'm downloading HADB for linux now. However, I found the real problem. It
has to do with the fact that everything that comes back from HADB is
right-padded
to be 32-chars. So, when we ask DatabaseMetaData for table in the schema
using DatabaseMetaData.getTables, it tells us that the type of the table is

"TABLE "

And when we look for whether or not we cache these objects in
SchemaInfoCache.containsType(String[] types, String type) we
do the following:

if(type.equals(types[i])) // line: 211

And types[] contains "TABLE" so we never find it, and skip over
it in SchemaInfoCache.getITableInfos at line 921:

if(false == SchemaInfoCache.containsType(types, iTableInfo.getType()))
{
continue;
}

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.

Rob

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
hardware.arm.at...    cms.citadel.dev...    video.gstreamer...    java.facelets.u...    misc.basics.qna...    web.wiki.instik...    network.uip.use...    xdg.devel/2003-...    tex.bibtex.bibd...    finance.quotesp...    ietf.zeroconf/2...    redhat.blinux.g...    suse.db2/2003-0...    php.phpesp/2004...    uml.devel/2003-...    gnome.labyrinth...    qnx.openqnx.dev...    boot-loaders.gr...    db.dataperfect....    audio.audacity....    linux.uclinux.m...    editors.j.devel...    os.openbsd.tech...    kde.users.multi...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation