Re: PROBLEM WITH INSERT
I can tell you both what the problem is and how to fix it.
The problem is in the Delphi TADOQuery component (and any of the SQL components in Delphi that have a Parameters property). When you specify the SQL.text the Delphi component scans the query looking for ':' characters. It then tries to fill in the list of parameters. I have run into this problem before there is an easy way to shut it off. Set the Query component's ParamCheck property to false.
I hope this helps
Subject
Written By
Posted
November 15, 2006 10:34AM
Re: PROBLEM WITH INSERT
November 17, 2006 07:34AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.