Blob support fixes - still does not work, but getting there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -751,10 +751,10 @@ bool wxDb::Open(const wxString &Dsn, const wxString &Uid, const wxString &AuthSt
|
|||||||
if (!getDataTypeInfo(SQL_VARBINARY,typeInfBlob))
|
if (!getDataTypeInfo(SQL_VARBINARY,typeInfBlob))
|
||||||
return(FALSE);
|
return(FALSE);
|
||||||
else
|
else
|
||||||
typeInfInteger.FsqlType = SQL_VARBINARY;
|
typeInfBlob.FsqlType = SQL_VARBINARY;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
typeInfInteger.FsqlType = SQL_LONGVARBINARY;
|
typeInfBlob.FsqlType = SQL_LONGVARBINARY;
|
||||||
|
|
||||||
//typeInfBlob.TypeName = "BLOB";
|
//typeInfBlob.TypeName = "BLOB";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user