Re: getColumns()

From: Dave Cramer <dave(at)fastcrypt(dot)com>
To: Auri Mason <amason(at)syntrex(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getColumns()
Date: 2002-04-03 18:08:51
Message-ID: 1017857331.1572.11.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Auri,

AFAIK this works, can you give me specifics?

ie db version, columns, code sample, etc.

Dave
On Wed, 2002-04-03 at 11:22, Auri Mason wrote:
> Hi list,
>
> in my applications I use getColumns() method to retrieve the size of some
> fileds to avoid the exceed of the field size during an insert.
> This procedure works fine with oracle, DB2 and MSsql JDBC but seems it
> doesn't work (return a null) with the postgresql JDBC driver (feb 9 2002
> release).
> Anyone of you has some note/fix/workaround about this?
>
> p.s. I use % as schema
>
> TIA, Auri
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Auri Mason 2002-04-04 07:42:30 Re: getColumns()
Previous Message Auri Mason 2002-04-03 16:22:34 getColumns()