Hello friends,
After i execute one query for insert i get the next exception message:
"Query must return exactly one result set - use Execute"
Does anybody knows hy this message? What am i doing wrong?
Best Regards
Fernando Castro
México DF
Exception after insert
Hello
I show my code,
Please if you see anything wrong let me know. The record is written in the table but i get the error message.
Best regards!
----
DM.QEdita388.SQL := cCadena;
DM.QEdita388.Active:= TRUE;
DM.QEdita388.Execute;
----
Please if you see anything wrong let me know. The record is written in the table but i get the error message.
Best regards!
----
DM.QEdita388.SQL := cCadena;
DM.QEdita388.Active:= TRUE;
DM.QEdita388.Execute;
----
EvgeniyM
Thanks a lot for your help. I did what you said and after the change the code is working great.
Thanks
Fernando Castro
Mexico DF
Thanks
Fernando Castro
Mexico DF