Hi, there must be a way to check if my rdoconnection is open or down. Ishould then open it if it's down. Please help
Printable View
Hi, there must be a way to check if my rdoconnection is open or down. Ishould then open it if it's down. Please help
I have no idea on RDO. But ADO's Connection is having a property called State, to check whether the connection is open or closed.