Guten Morgen.
Also entweder bin ich zu dumm oder kapier es nicht.
Delphi-Quellcode:
ADOCommand1.CommandText:='insert into test values (:str )';
ADOCommand1.parameters.ParamByName('str').Value := teststring;
ADOCommand1.Execute;
da schmiert er mir ab beim Adocommand1.commandtext setzen ,mit:
Application uses a value of the wrong type for the current operation.
Ich habe den PArameter str im adocommand angelegt?
muß sonst noch was mache?
danke für eure Geduld.