I am trying to write code in JSP that will delete records according to the cursor position.
Example
for i = 1 to 20
rs.movefirst
rs.Delete ( delete one record pointed to by cursor psoition)
next
I have been working with ASP, and not familiar with JSP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.