|
@@ -716,6 +716,7 @@ function TSQLConnection.GetAsSQLText(Param: TParam) : string;
|
|
begin
|
|
begin
|
|
if (not assigned(param)) or param.IsNull then Result := 'Null'
|
|
if (not assigned(param)) or param.IsNull then Result := 'Null'
|
|
else case param.DataType of
|
|
else case param.DataType of
|
|
|
|
+ ftGuid,
|
|
ftMemo,
|
|
ftMemo,
|
|
ftFixedChar,
|
|
ftFixedChar,
|
|
ftString : Result := QuotedStr(Param.AsString);
|
|
ftString : Result := QuotedStr(Param.AsString);
|