Re: How to terminate connection to SQL

2019-05-20 Thread Bob Sneidar via use-livecode
Once again, belay my last. dbconn_disconnect DOES in fact close the database 
connection. What I was seeing was sleeping threads created by the very utility 
I use to monitor sleeping threads!!! 

Bob S


> On May 17, 2019, at 16:10 , Bob Sneidar via use-livecode 
>  wrote:
> 
> Hi all. 
> 
> I'm using sqlYoga, very nice product once you are comfortable with it. Thanks 
> to Trevor DeVore it's probably the main reason I went ahead with developing 
> anything in Livecode. 
> 
> For those familiar with it, I am using the command dbconn_disconnect to close 
> any open database connection I may have, but when I look in my SQL manager, I 
> still see that I have threads open. What should I use to *really* terminate 
> the connections? 
> 
> Bob S


___
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


How to terminate connection to SQL

2019-05-17 Thread Bob Sneidar via use-livecode
Hi all. 

I'm using sqlYoga, very nice product once you are comfortable with it. Thanks 
to Trevor DeVore it's probably the main reason I went ahead with developing 
anything in Livecode. 

For those familiar with it, I am using the command dbconn_disconnect to close 
any open database connection I may have, but when I look in my SQL manager, I 
still see that I have threads open. What should I use to *really* terminate the 
connections? 

Bob S


___
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