[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasql
- From: Steve Dekorte <steve@...>
- Date: Tue, 12 Mar 2002 14:29:14 -0800
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