Changeset: df1a80be97c5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=df1a80be97c5
Modified Files:
        clients/odbc/driver/README
Branch: Apr2019
Log Message:

Added info on why SQLSetParam() will return an error.


diffs (12 lines):

diff --git a/clients/odbc/driver/README b/clients/odbc/driver/README
--- a/clients/odbc/driver/README
+++ b/clients/odbc/driver/README
@@ -195,7 +195,7 @@ The next ODBC API functions always retur
 - SQLGetCursorName()
 - SQLSetCursorName()
 - SQLSetScrollOptions()
-- SQLSetParam()
+- SQLSetParam()      It is mapped to SQLBindParameter(..., 
SQL_PARAM_INPUT_OUTPUT, ...).
 - SQLDrivers()       Note on MS Windows this is implemented by the ODBC Driver 
Manager
 - SQLDataSources()   Note on MS Windows this is implemented by the ODBC Driver 
Manager
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to