Database connection
HELLO,
I want to write some error handling code in my asp page for when a SQL database is unavailable or when a table is locked.
1. What's the best way of checking if SQL server is running. Should I use object.state to determine if the connection is open.
2. How can I cater for instances where a SQL table is locked.
Thanks,
Cassandra
Cass
|