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

Hi! Does anyone have a routine t

Status
Not open for further replies.

autocutter

Programmer
May 25, 2003
25
0
0
US
Hi!

Does anyone have a routine that will check to see if an 2k2 *.adp project is Still connected to a SQL 2000 Server. IsConnected()function only returns the boolean value from the initial connection-it does not check to see if the connection is still active. While I suppose I could throw junk requests at the server, that would be sloppy programming, create too much network traffic(300+ users,) and would depend on the timer event to be reliable(which it is not)

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top