Re: [Freeswitch-users] connecting to mysql using lua

2009-02-09 Thread Javier Aristizábal
Hi. Well you need to install luasql, and work only with lua 5.0 or major. You need a ODBC connection to MySQL. And there is an lua script example: #!/usr/local/bin/lua require luasql.mysql env = assert (luasql.mysql()) con = assert

[Freeswitch-users] connecting to mysql using lua

2009-02-08 Thread Nik Middleton
Hi Guys I want to access Mysql 5 from lua. The wiki is not too clear on this. Do I need to install lua and lua mysql? Regards ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] connecting to mysql using lua

2009-02-08 Thread Michael S Collins
Nik, I see your point about the wiki entry regarding luasql. If someone could clarify then I will be happy to help get the wiki documentation updated appropriately. -MC Sent from my iPhone On Feb 8, 2009, at 2:41 PM, Nik Middleton nik.middle...@noblesolutions.co.uk wrote: Hi Guys