MB Software Solutions General Account wrote: > Here's the issue at hand apparently: I've got auditing used in the > software that simply records the SYS(0) value, IP and MAC address, > Windows version, and FabMate version, and then stores that in a web > MySQL database. As it turns out, the ISP's database that I use---for > some unknown reason (as they haven't called me back yet)---is not > responding. The app code trying to connect to that database *should* > timeout per the SQLSETPROP(0,"ConnectTimeout",5) setting, but it's not.
He could edit his hosts file (/windows/system32/drivers/etc/hosts) and add an entry like: 127.0.0.1 <name_of_isp_mysql_server> This would make his computer try to connect to the (nonexistent) mysql server on his local computer. The connection refused should be returned immediately, and the app would probably go on its merry way. You wouldn't have your auditing mechanism anymore, though. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

