lua-users home
lua-l archive

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


On Sep 11, 2013, at 5:55 PM, Matthew Singletary <matt.singletary@gmail.com> wrote:

>  For future reference, what is the best way to write a Lua app that runs
> on windows and interacts with an Oracle database?

Depend on the nature of the interaction, simply scripting sqlplus directly from Lua can take you a very long way.