]> git.saurik.com Git - wxWidgets.git/commit
BLOB fix - if the type for the BLOB column is SQL_C_CHAR, CbValue is now set to SQL_N...
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 13 May 2004 02:04:51 +0000 (02:04 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 13 May 2004 02:04:51 +0000 (02:04 +0000)
commitfd9b9198f8b180914e05c7fcb8b6779587b4e667
treeb4dc658a247140f01975f76afe5baf9d86f13333
parentc9b6d7964db3e5bdbf81f1469bf757c8f912ac75
BLOB fix - if the type for the BLOB column is SQL_C_CHAR, CbValue is now set to SQL_NTS to indicate that the data is null terminated.  It is strongly recommended to use SQL_C_BINARY for the BLOB type, not SQL_C_CHAR

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