[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luasql.odbc and SQL Server 2005
- From: Ralph Hempel <rhempel@...>
- Date: Fri, 11 Jan 2008 09:29:43 -0500
I am trying to use the luasql that comes with the Kepler 1.1
distro to connect to a system ODBC data source.
I can connect to the data source and get a connection object
back, but when I do even a simple query like
db:execute("SELECT * FROM sys.tables")
I get an ASSERT at line 63 of ls_odbc.c which appears to be
sqltypetolua() failing becasue it cannot figure out what
the type of the data is.
I'm trying to connect to an instance of SQL 2005, any similar
problems or things I could look for?
Ralph