Re: sample JSP code connecting to PostgreSQL

From: Vernon Wu <vernonw(at)gatewaytech(dot)com>
To: Roj Niyogi <niyogi(at)pghoster(dot)com>, Tony Grant <tony(at)tgds(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: sample JSP code connecting to PostgreSQL
Date: 2003-02-27 15:19:01
Message-ID: NKCBLFQKD0YX95IFBARN2X4Z72GDC8NI.3e5e2c65@kimiko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


If you are comfortable with tags, you shall consider using JSTL sql tags to do the job for you instead of using scriptlet.

24/02/2003 6:41:07 AM, Tony Grant <tony(at)tgds(dot)net> wrote:

>On Mon, 2003-02-24 at 02:50, Roj Niyogi wrote:
>
>> I'm wondering if anybody would be pleasant enough to give me a complete
>> script containing JSP code that makes a simple connection to a
>> PostgreSQL database, retrieves data and dumps to screen.
>>
>> I must be dumb not to be able to find this information anywhere on the
>> net. :(
>
>I just use Dreamweaver MX.
>
>Or you can build your JSP in NetBeans / SunOne Studio which are free
>tools.
>
>Cheers
>
>Tony Grant
>
>--
>www.tgds.net Library management software toolkit,
>redhat linux on Sony Vaio C1XD,
>Dreamweaver MX with Tomcat and PostgreSQL
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-02-27 16:59:22 Re: Can't update rows in tables qualified with schema names
Previous Message Daniel Serodio 2003-02-27 14:50:45 Re: UNIQUE INDEX and SEQUENCE