lua-users home
lua-l archive

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



On Tuesday, March 12, 2002, at 01:45  PM, Diogo Vieira Andrade wrote:
  LuaSQL uses ODBC to communicate with the database. Those
#includes are ODBC API headers.

  Which database are you currently using? Is there an ODBC
API implemented for this database in Mac OSX?

  If so, just add another #ifdef #including the correct headers.
If not... you will need a database with ODBC API implemented for
Mac OSX.

Thanks for the response Diogo.

The database is Microsoft SQL server (running on a seperate windows machine). All I've been able to dig up in the way of ODBC APIs is freetds(http://www.freetds.org/), but it's not clear yet what dependencies it has.

Steve