scsh-0.6/scsh/odbc
eknauel 9b85dcf9da - represent handles as Scheme records of diffrent types
(environment-handle, connection-handle, statement-handle,
  database-handle)
- make ODBC functions these records
- Tons of constants for SQLGetInfo()
- get rid of some stupid pseudo-highlevel-ODBC-functions
2002-08-29 13:52:25 +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 Don't call SQLGetDiagRec on SQL_ERROR return values, this causes 2002-08-29 13:47:26 +00:00
odbc.h support for SQLNumResultCols and SQLDescribeCol 2002-05-21 13:48:47 +00:00
odbc.scm - represent handles as Scheme records of diffrent types 2002-08-29 13:52:25 +00:00