Re: abstract method error while using rs.beforeFirst() ???

From: "Scot P(dot) Floess" <floess(at)mindspring(dot)com>
To: apratim sharma <hiapra(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: abstract method error while using rs.beforeFirst() ???
Date: 2003-04-03 17:33:53
Message-ID: 3E8C7081.5070801@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Have you called rs.next() first?

apratim sharma wrote:

> hi ,
>
> i'm using postgresql 7.3 on mac os x
>
> i'm using postgresql driver for jdbc connectivity for my java servlets.
>
> i get the Abstract method error at the run time at .. rs.beforeFirst()
> where rs is object of standard sql resultset...
>
> any body plz help me.
>
> apratim
>
>
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Yahoo! Tax Center
> <http://us.rd.yahoo.com/finance/mailsig/*http://tax.yahoo.com> - File
> online, calculators, forms, and more

--
Scot P. Floess - 27 Lake Royale - Louisburg, NC 27549 - 252-478-8087

Open Source Home Page
--------------------------------------
http://javapim.sourceforge.net
http://jplate.sourceforge.net
http://jwaretechniques.sourceforge.net

Open Source Project Host
-----------------------------------------------
http://sourceforge.net/projects/javapim
http://sourceforge.net/projects/jplate
http://sourceforge.net/projects/jwaretechniques

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message snpe 2003-04-03 20:48:54 setMaxFieldSize (and getMaxFieldSize)
Previous Message Scot P. Floess 2003-04-03 17:31:35 Re: PLS HELP in connecting with jdbc driver