[Freeswitch-users] Strange error message

2009-02-10 Thread Nik Middleton
Hi Guys, I'm baffled by this error. I'm updating the db on call hang-up If I comment out curs:close() no error, but I'm concerned about memory leaks. Can anyone tell me what FS is complaining about? The db gets updated in both cases Regards require luasql.mysql function

Re: [Freeswitch-users] Strange error message

2009-02-10 Thread Chris
use since no recordset is actually requested. --- On Tue, 2/10/09, Nik Middleton nik.middle...@noblesolutions.co.uk wrote: From: Nik Middleton nik.middle...@noblesolutions.co.uk Subject: [Freeswitch-users] Strange error message To: freeswitch-users@lists.freeswitch.org Date: Tuesday, February 10

Re: [Freeswitch-users] Strange error message

2009-02-10 Thread Nik Middleton
To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Strange error message Closing the connection will force the server to close any open transactions, as well as release recordsets in local memory that reference the connection. However curs is not a recordset. An SQL