Re: [INTERFACES] JDBC & IE40

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Mikael Hammarin <mikael(dot)hammarin(at)dc(dot)etx(dot)ericsson(dot)se>
Cc: "'pgsql-interfaces(at)postgreSQL(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] JDBC & IE40
Date: 1998-07-27 18:01:40
Message-ID: Pine.LNX.3.96.980727183647.690B-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, 27 Jul 1998, Mikael Hammarin wrote:

> Hello,
>
> Since the bug in Internet Explorer 4.0 doesn't allow you to
> make a Class.forName("portgresql.Driver") to load the postgresql-
> driver, I now load it manually with DriverManager.registerDriver()
> instead. However, now I get a "not-very-wanted" errormsg
> "cannot access "hostname.com""... ?

Is hostname.com your postgresql server?

I presume you are using:

java.sql.DriverManager.registerDriver(new Driver());

This is how the driver registers itself

> Anyone familiar with this? What class generates this msg?
> (what exception?)

The only place I can think is IOException (unless your postgresql server
is not the same as the web server).

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

  • JDBC & IE40 at 1998-07-27 15:33:47 from Mikael Hammarin

Browse pgsql-interfaces by date

  From Date Subject
Next Message Yang Su 1998-07-27 18:10:45 Re: [INTERFACES] simple JDBC --> can't get started
Previous Message Mark Beckwith 1998-07-27 16:34:00