Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete Record by Cursor Position

Status
Not open for further replies.

tomhughes

Vendor
Aug 8, 2001
233
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top