Link to home
Start Free TrialLog in
Avatar of abcdefg123456
abcdefg123456

asked on

error traping in conn.execute method

i am executing one delete query. i have conn as my adodb.connection object. now, i am writing conn.execute(delete_query_sql). there are chance of having child records of one i m trying to delete. so it throws asp error. i want to trap it and want my page to redirect to an error page. how can i come to know that whether my query is executed successfuly or not ? does it return anything like 0 or 1 ? (liek jsp) please reply me immediately. thanks. Nirav Mithani
ASKER CERTIFIED SOLUTION
Avatar of rbagdonas
rbagdonas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial