Re: [INTERFACES] JDBC and DriverManager

From: Felix Morley Finch <felix(at)crowfix(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] JDBC and DriverManager
Date: 1998-07-02 19:21:34
Message-ID: 19980702192134.6579.qmail@crowfix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>>In article <359BD804(dot)6D60872F(at)setech(dot)com>, Jeffrey Napolitano <jnapoli(at)setech(dot)com> writes:

> I need help...am lost to why it throws the SQLException.

It would help to print the exception...

> catch(SQLException sqlexcept) {
> System.out.println("The SQL Exception was thrown");

System.out.println("The SQL Exception was " + sqlexcept);

or something like that, I think (brain in assembly mode right now).

--
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman & rocket surgeon / felix(at)crowfix(dot)com
PGP = 91 B3 94 7C E9 E8 76 2D E1 63 51 AA A0 48 89 2F ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message SierraAdm 1998-07-02 20:24:03 data entry forms
Previous Message Jeffrey Napolitano 1998-07-02 18:57:08 JDBC and DriverManager