lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I have another question: is there any version of CGILua that can connect to a mysql or odbc database?
	Take a look at:

http://cgilua.bayweb.org/download/cgilua-4.1-plugin.tar.gz
http://cgilua.bayweb.org/download/luasql-plugin.tar.gz

	You should look at config and change it to point correctly to
your Lua installation.  Then you can 'make' the binaries; and then
'make install_cgil' to install it.
	The package lacks for a README file but we're working on it.

		Walter & Tomas