lua-users home
lua-l archive

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


> I'm tryng  to write simple Oracle (OCI8) API for Lua ...
> I have to collect keys and values run query and then
> put result back to the table.
	Take a look at LuaSQL (http://www.keplerproject.org/luasql/)
There you'll find a driver to Oracle (OCI8).  Maybe the library will
fit your needs.  Anyway there is some code that might be useful :-)

	Tomas