From 8ba8aba742029fd54b92880ffbc35e40d8a4f582 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 23 Feb 2005 16:42:32 +0000 Subject: [PATCH] We don't implement SQLSetScrollOptions [Joost Kraaijeveld] --- info.c | 2 +- psqlodbc_win32.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.c b/info.c index 20cbbf1..81a2bce 100644 --- a/info.c +++ b/info.c @@ -997,7 +997,7 @@ PGAPI_GetFunctions( else pfExists[SQL_API_SQLPROCEDURES] = TRUE; pfExists[SQL_API_SQLSETPOS] = TRUE; - pfExists[SQL_API_SQLSETSCROLLOPTIONS] = TRUE; /* odbc 1.0 */ + pfExists[SQL_API_SQLSETSCROLLOPTIONS] = FALSE; /* odbc 1.0 */ pfExists[SQL_API_SQLTABLEPRIVILEGES] = TRUE; pfExists[SQL_API_SQLBULKOPERATIONS] = TRUE; } diff --git a/psqlodbc_win32.def b/psqlodbc_win32.def index 489e86d..d3bd3c7 100644 --- a/psqlodbc_win32.def +++ b/psqlodbc_win32.def @@ -47,7 +47,7 @@ SQLPrimaryKeys @65 SQLProcedureColumns @66 SQLProcedures @67 SQLSetPos @68 -SQLSetScrollOptions @69 +;SQLSetScrollOptions @69 SQLTablePrivileges @70 SQLBindParameter @72 -- 2.39.5