Ahmadi
2008-07-17 19:00:39 UTC
Hi
Im trying to insert a big string to my table:
var Value:String;
begin
...
Value:='My Big String, It Dont contain character 39 or other control
characters, but it contain characters between 150..255';
SQLQuery.SQL.Add('insert into mytable(a) values('+value+');');
SQLQuery.ExecSQL(true);
...
end;
I have access violation error !!! i don't know why? however if i run the
query command directly in my DMBS Manager, the insert command have no error
and can run successfully.
Thanks for any help
Im trying to insert a big string to my table:
var Value:String;
begin
...
Value:='My Big String, It Dont contain character 39 or other control
characters, but it contain characters between 150..255';
SQLQuery.SQL.Add('insert into mytable(a) values('+value+');');
SQLQuery.ExecSQL(true);
...
end;
I have access violation error !!! i don't know why? however if i run the
query command directly in my DMBS Manager, the insert command have no error
and can run successfully.
Thanks for any help
--
~~~~~~~~~~~
Best Regards
H.Ahmadi
~~~~~~~~~~~
Best Regards
H.Ahmadi