Re: [HACKERS] JDBC Support - prepared Statements?

From: Barry Lind <barry(at)xythos(dot)com>
To: Mariano Kamp <mkamp(at)codamax(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] JDBC Support - prepared Statements?
Date: 2001-07-03 15:04:48
Message-ID: 3B41DF10.1080500@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Mariano,

The JDBC driver does support PreparedStatements and has for a while.
Can you provide more information and preferably a code example showing
the problem you are seeing?

thanks,
--Barry

Mariano Kamp wrote:

> Hi there,
>
> we are developing reporting software and want to support at least one open
> source alternative to oracle. Things were going very smoothly with postgresql
> and the only problem we are facing is the I get an exception stating that
> with the current jdbc driver prepared statements are not supported (yet). Are
> there any plans, probably even kind of time frames, when to support prepared
> statements?
>
> Even if postgresql wouldn't support preparing the statement it would be
> nice if it would at least fake it, so that the API can be used. We are
> relying on a third party component, which just can do prepared statements.
>
> Thanks,
> Mariano
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2001-07-03 15:05:18 Re: New data type: uniqueidentifier
Previous Message Tom Lane 2001-07-03 14:12:53 Re: AW: selecting from cursor

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-07-03 15:18:03 Re: [INTERFACES] New code for JDBC driver
Previous Message Rainer Klute 2001-07-03 10:25:31 Re: JDBC Support - prepared Statements?