scsh-0.6/scsh/odbc
eknauel ce96216d41 + This version introduces the all new SQLBindCol(), which might (in
contrast to former versions) someday be capable of returning things
  like SQL_TIME_STRUCT, SQL_DATE_STRUCT, SQL_TIMESTAMP_STRUCT and
  SQL_NUMERIC_STRUCT.
+ However, SQLGetData() is now even more broken than before (if used
  on integer columns). It seems, that I failed to understand the API
  reference on SQLGetData() completly!
2002-09-30 18:20:47 +00:00
..
odbc-bindcol.scm + This version introduces the all new SQLBindCol(), which might (in 2002-09-30 18:20:47 +00:00
odbc-types.scm Scheme records for ODBC structures date, time, timestamp and numeric 2002-08-29 13:49:14 +00:00
odbc.c + This version introduces the all new SQLBindCol(), which might (in 2002-09-30 18:20:47 +00:00
odbc.h + This version introduces the all new SQLBindCol(), which might (in 2002-09-30 18:20:47 +00:00
odbc.scm + support for SQLBrowseConnect() 2002-09-25 15:58:30 +00:00