For the record

Bob Sneidar bobsneidar at iotecdigital.com
Thu Feb 13 21:10:45 EST 2014


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



More information about the use-livecode mailing list