[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luasql
- From: Steve Dekorte <steve@...>
- Date: Tue, 12 Mar 2002 13:09:43 -0800
LuaSQL is just what I was looking for for my current project but I ran
into a problem with the following:
#if defined(WIN32)
#include <windows.h>
#include <sqlext.h>
#elif defined(INFORMIX)
#include <infxcli.h>
#endif
I'm on unix (Mac OSX) and don't have informix. Is there any way for me
to get this working?
Steve