Just for the record, a little while ago I was wanting to know how to test a 
connection to a SQL database without actually running a query and incurring a 
long timeout. Turns out the problem was within my code. I call a function I 
wrote that was *supposed to* disconnect me from all active database connections 
using an sqlYoga call. Unbeknownst to me I was not referring to the name of the 
connection objects, but rather the database objects, which of course failed 
because not connections existed with the same name as the objects. (Those who 
understand sqlYoga will know what I’m talking about). 

In short it was my fault. That’s so no one thinks there is a problem in this 
regard with sqlYoga. Sorry Trevor. 

Bob
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to