No, no, no.  It just means that the sun.jdbc.odbc.JdbcOdbcDriver doesn't
support it.  It tells you NOTHING about the capabilites if the SQL Server.

-----Original Message-----
From: Shawn Zhu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 12:27 PM
To: [EMAIL PROTECTED]
Subject: Re: problem in jdbc-odbc driver


hmmm...So SQL server doesn't support scrollable, updatable
feature eh?  I know that MS Access doesn't definitely don't
support that.  Didn't know that SQL server is not up to date
for it.  Good to know, thanks.

> -----Original Message-----
> From: bipin sabhani [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 23, 2001 12:42 AM
> To: [EMAIL PROTECTED]
> Subject: problem in jdbc-odbc driver
>
>
> Hi!
>
> I m creating a recordset which has properties like
> scrollable,updatable.
> so i write this code.
>
> i m using sql server as a database
>
> Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
> Connection con =
> DriverManager.getConnection("jdbc:odbc:dsn1","sa","");
> Statement stmt =
> con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSe
> t.CONCUR_UPDATABLE);
> ResultSet rs = stmt.executeQuery("select * from Lees_jobs");
>
>
> But it gives me error like
> [Microsoft][ODBC SQL server Driver]Optional feature not implemented.
>
> give me some suggestions.
>
> can i download new driver? if yes then which site and which driver?
>
> Thanks,
>
> Bipin
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.

===========================================================================
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

===========================================================================
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

===========================================================================
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