CommandText
Posted: Wed 11 Jan 2006 12:59
I have this code
DataModule2->ClientDataSet1->CommandText="SELECT * FROM CLIENTS WHERE NAME='Juna'";
Also I have set to true allowcommandtext in the OraProvider. Still I get the error message that CommandText changes are not allowed.Can you help? Thanks
DataModule2->ClientDataSet1->CommandText="SELECT * FROM CLIENTS WHERE NAME='Juna'";
Also I have set to true allowcommandtext in the OraProvider. Still I get the error message that CommandText changes are not allowed.Can you help? Thanks