hi,
this is slightly off-topic.....
i am using rowInserted() for checking whether the row
was inserted.
but on compiling it gives an error saying  that
rowInserted() method not in interface ResultSet.
my code is...
Connection con=null;
try{
Statement statement=con.createStatement();
ResultSet
rs=statement.executeQuery("INSERT>........");
if(rs.rowInserted()==true)
{
---------
-----
}
rs.close();
}
i'm using jdk1.2.2 and jsdk2.0...and java web server.
 The documentation makes reference to  JDBC 2.0.....
Not sure my jdk supports that....???
Any suggestions....
thanx in advance
-anurag

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to