+ fixed return values for odbc-sql-get-data

This commit is contained in:
eknauel 2003-04-24 13:30:38 +00:00
parent ad8131edad
commit 8a40bfdc90
1 changed files with 3 additions and 2 deletions

View File

@ -871,8 +871,9 @@
"odbc_sql_row_count")
(define (odbc-sql-get-data stmt-handle column-number target-type)
(odbc-sql-get-data-internal (statement-handle-handle stmt-handle)
column-number target-type))
(apply values
(odbc-sql-get-data-internal (statement-handle-handle stmt-handle)
column-number target-type)))
(import-lambda-definition odbc-sql-get-data-internal
(stmt-handle column-number target-type)