* Map blob to SQL_LONGVARBINARY, MS SQL has a maximum of 8000 bytes for SQL_BINARY types, bug #14907

git-svn-id: trunk@15507 -
This commit is contained in:
joost 2010-07-01 15:50:17 +00:00
parent 64c824cd86
commit 37eed41c52

View File

@ -368,7 +368,7 @@ begin
ftBlob:
begin
CType:=SQL_C_BINARY;
SqlType:=SQL_BINARY;
SqlType:=SQL_LONGVARBINARY;
end;
ftMemo:
begin