hi,

in a script, i'm populating a DB table using a
for i=1 to something
        rs.addNew
        rs(i)=rs2(i)
        rs.upDate
next

but i get an error on the last update! can i somehow get the SQL query the server is 
executing that is causing the error? using "on
error", an "rs" method or something similar?

TIA for your time
Tim


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to