Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 11 Apr 2001 14:11:02 +0000 (14:11 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 11 Apr 2001 14:11:02 +0000 (14:11 +0000)
commit02cf6fdd858bfab06627734dd7ca1ccdd9866e9d
tree54977e6083956b6d181d9c952babdc03b52b5e42
parent6b3f4fb87535df6514c256dc89c6a1abf12c59b4
Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases
All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/db.h
include/wx/dbtable.h
src/common/db.cpp