Thread: JDBC PC Driver (Looking for)

JDBC PC Driver (Looking for)

From
"Allan Huffman"
Date:
Hi Everyone,

Trying to create a new PC baseline for Nt 4.0 SP6 with Netscape 4.75 and
Explorer 5.5 SP1.  Java is running after installing the VM but I can't
get a JDBC driver to work.

Does anyone know where a free PC JDBC driver is?

Thanks,

Allan from Belgium



RE: JDBC PC Driver (Looking for)

From
Peter Mount
Date:
The one in the source/cvs works well on PC's (I only have a PC to develop
with ;-) )

Actually, you didn't say on which browser its not running under. My guess is
IE, as IE's java.sql.DriverManager class is broken.

For IE, if your applet is using JDBC directly (rather than a servlet/3tier
design) then you'll have to call the org.postgresql.Driver class directly.

Peter

-- 
Peter Mount
Enterprise Support Officer, Maidstone Borough Council
Email: petermount@maidstone.gov.uk
WWW: http://www.maidstone.gov.uk
All views expressed within this email are not the views of Maidstone Borough
Council


> -----Original Message-----
> From: Allan Huffman [mailto:huffmana@ppc.pims.org]
> Sent: Thursday, December 07, 2000 3:10 PM
> To: pgsql-interfaces@postgresql.org
> Subject: [INTERFACES] JDBC PC Driver (Looking for)
> 
> 
> Hi Everyone,
> 
> Trying to create a new PC baseline for Nt 4.0 SP6 with 
> Netscape 4.75 and
> Explorer 5.5 SP1.  Java is running after installing the VM but I can't
> get a JDBC driver to work.
> 
> Does anyone know where a free PC JDBC driver is?
> 
> Thanks,
> 
> Allan from Belgium
> 


JDBC Drop/Create problem?

From
Greg Speegle
Date:
Scenario:
Want to create a table via JDBC

Plan:
Drop existing table (if any)
Create new one

Problem:
If there was no table before, the Statement to drop the table throws an 
exception, which is fine and not a problem.
However, if I then continue to try to create the table, I get a "table 
not found" exception thrown by the Create
Statement. Doing a commit between the two eliminates the problem, but 
this doesn't look like how the code
should work, or am I missing something?

Thanks for input,

Greg Speegle
BaylorUniversity