* Allow string-parameters of more then 8000 characters, bug #13530

git-svn-id: trunk@13100 -
This commit is contained in:
joost 2009-05-04 21:36:21 +00:00
parent 16e19aaef3
commit 67dcd3be0b

View File

@ -365,7 +365,7 @@ begin
if AParams[ParamIndex].DataType = ftString then
begin
CType:=SQL_C_CHAR;
SqlType:=SQL_CHAR;
SqlType:=SQL_LONGVARCHAR;
end
else // ftBlob, ftMemo
begin