Re: C API question - modifing table
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C API question - modifing table
- From: Tomas <tomas@...>
- Date: 2004年8月11日 08:59:47 -0300 (BRT)
> 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