lua-users home
lua-l archive

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


Tomas Guisasola Gorham wrote:
Dado is a package that offers some facilities implemented over LuaSQL connection objects. Its main goals are:

    * better error messages,
    * iterators to access the result set and
    * more homogeneity in some commonly used database operations.

Dado is free software and uses the same license as Lua 5.1.

It can be downloaded from its LuaForge page:
http://dado.luaforge.net/

Thanks,
Tomás Guisasola

Handy tool. However, I am finding a small difficulty. I cannot run 2 select statements in a row, but every other works. I can run collectgarbage("collect") between them, and it works. I suspect it has to do with "cur" being still open. Is there a workaround, or am I just missing something fundamental?

Mike