summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/options.c b/options.c
index 0a8a4d9..3bf5519 100644
--- a/options.c
+++ b/options.c
@@ -249,8 +249,9 @@ set_statement_option(ConnectionClass *conn,
conn->stmtOptions.use_bookmarks = vParam;
break;
- case 1227:
- case 1228:
+ case 1204: /* SQL_COPT_SS_PRESERVE_CURSORS ? */
+ case 1227: /* SQL_SOPT_SS_HIDDEN_COLUMNS ? */
+ case 1228: /* SQL_SOPT_SS_NOBROWSETABLE ? */
if (stmt)
{
SC_set_error(stmt, STMT_OPTION_NOT_FOR_THE_DRIVER, "The option may be for MS SQL Server(Set)");