lua-users home
lua-l archive

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


Hi!

I would like to know how can I open a SQLServer database with CGILua.
My code is like this:
  DBOpen("DSN= Projeto;")
Projeto is the name of the DSN I have registered at ODBC.
But, a error has been generated when trying to open the database.

What can be wrong?
Thanks!