> Hi,
>
> Can anybody suggest me how to make use of the follwing methods. All
> these are the methdos are of ResultSet() object. Some of the methods are
>
> absoloute(); afterLast(); beforeFirst(); deleteRow(); getBlo();
> getFetchSize(); etc.,
>
> All these methods support JDBC 2.0. The environment I have is JDK1.2.1,
> JSDK 2.0, JSWDK 1.0.1
>
> When I try to execute these methods I am getting an error as null in the
>
> console.
>
> However I am able to execute the other methods like wasNull(); etc.
>
> Can anybody help me how to make use of these onjects?
>
> I have tried downloading JDBS 2.0.1 and copied the JDBC 2.0 jar file and
>
> set reference in the classpath, but still then I am unable to execute
> the methods.

Well Suresh, it might help you to know that most of JDBC 2.0 is just an
interface. The methods mentioned therein are to be implemented by the
underlying JDBC driver you load through RegisterDriver or through
Class.forName, that your are using. You might want to check the driver's
implementation as to what they do. I do not think the JDBC drivers are
implementing many of the JDBC 2.0 features even today.

==--==--==--==--==--==--==--==--==--==--==--==--==--==
S.Ramaswamy
Matrix Infotech Syndicate
D-7, Poorti, Vikaspuri, New Delhi, 110018, India
PHONE:    +91-11-5610050,   FAX: +91-11-5535103
WEB         http://MatrixInfotech.HyperMart.Net
==--==--==--==--==--==--==--==--==--==--==--==--==--==

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to