projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MVC works now.
[wxWidgets.git]
/
include
/
wx
/
isqlext.h
diff --git
a/include/wx/isqlext.h
b/include/wx/isqlext.h
index 87930354eecef89624865fdedfdbd175f1793e5d..1e960450697cffc823f2b0c6fb1560204a44a8c0 100644
(file)
--- a/
include/wx/isqlext.h
+++ b/
include/wx/isqlext.h
@@
-1166,7
+1166,7
@@
RETCODE SQL_API SQLBindParameter (HSTMT hstmt, UWORD ipar, SWORD fParamType,
SDWORD cbValueMax, SDWORD FAR * pcbValue);
/*
- * Deprec
i
ated - use SQLSetStmtOptions
+ * Deprecated - use SQLSetStmtOptions
*/
RETCODE SQL_API SQLSetScrollOptions (HSTMT hstmt, UWORD fConcurrency,
SDWORD crowKeyset, UWORD crowRowset);