scsh-0.6/scsh/odbc
eknauel 87846eef58 - support for SQLNativeSql()
- dynamic memory allocation for return values in these functions:
  - odbc_sql_get_info_string()
  - odbc_sql_get_connect_attr_string()
  - odbc_sql_get_stmt_attr_string()
  - odbc_sql_get_desc_field_string()
  - odbc_sql_get_cursor_name()
  - odbc_sql_native_sql()
  - odbc_sql_get_data()
  - odbc_sql_describe_col()
  - odbc_sql_get_diag_recs()
- odbc_sql_data_sources() is still broken: sometimes the result string
  is truncated. I'm not sure if this not a unixODBC-bug...
2002-09-11 14:12:30 +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 - support for SQLNativeSql() 2002-09-11 14:12:30 +00:00
odbc.h - support for SQLNativeSql() 2002-09-11 14:12:30 +00:00
odbc.scm - support for SQLNativeSql() 2002-09-11 14:12:30 +00:00