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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Positioned update

Status
Not open for further replies.

jcale4

Programmer
Aug 31, 2004
63
US
Hi!,

Are positioned updates/deletes allowed in ASP?

Here's what i have so far:
Code:
	recUPD = "SELECT entrydate, entrytime, sup_date, sup_time, orig_op, sup_id, id from tblri22 for update of elapsedtime"
	Set recordset = Server.CreateObject("ADODB.Recordset")
	recordset.Open recUPD, rtl

Problem is, when i run an update of elapsedtime, i dont know what the cursor name is.

HELP!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top