scsh-checkins
[Top] [All Lists]

[Scsh-checkins] scsh-0.6/scsh/odbc odbc.c odbc.h odbc.scm

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] scsh-0.6/scsh/odbc odbc.c odbc.h odbc.scm
From: Eric Knauel <eknauel@users.sourceforge.net>
Date: Sat Mar 29 04:43:12 2003
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-0.6/scsh/odbc
In directory sc8-pr-cvs1:/tmp/cvs-serv20612

Modified Files:
        odbc.c odbc.h odbc.scm 
Log Message:
+ don't assume driver manager implementing API version >= 0x300
- removed functions
  s48_value odbc_sql_alloc_env()
  s48_value odbc_sql_alloc_connect(s48_value env_handle)
  s48_value odbc_sql_alloc_stmt(s48_value conn_handle)
+ For driver managers < 0x300 
  s48_value odbc_alloc_environment_handle()
  s48_value odbc_alloc_connection_handle(s48_value env_handle)
  s48_value odbc_alloc_statement_handle(s48_value stmt_handle)
  call SQLAllocEnv(), SQLAllocConnect(), SQLAllocStmt() automatically
+ removed scheme functions
  odbc10-sql-alloc-env
  odbc10-sql-alloc-connect
  odbc10-sql-alloc-stmt




<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] scsh-0.6/scsh/odbc odbc.c odbc.h odbc.scm, Eric Knauel <=