Re: Updateable cursor

2000-04-14 Thread Daniel Lopez
I'm not trying to be picky, but what does this have to do with JSP? Dan John Gbur escribió: > Hi, all, > > I am having problems using the updateable cursor feature of JDBC 2.0. > My code snippet looks like: > Connection conn = java.sql.DriverManager.getConnection("jdbc

Updateable cursor

2000-04-14 Thread John Gbur
Hi, all, I am having problems using the updateable cursor feature of JDBC 2.0. My code snippet looks like: Connection conn = java.sql.DriverManager.getConnection("jdbc: oracle:thin:@dev:8000:mydb","mylogin","mypasswd"); Statement stmt = conn.create(R