ClientDataSet and variables problem (bug?)

zeus

Member
In one project I've got connected OracleDataSet, DataSetProvider and ClientDataSet components. The problem is that when I try to open ClientDataSet and there are variables declared in OracleDataSet I've got an error "ORA-01008: not all variables bound". After this error the variables table in OracleDataSet is empty!

It happens in DOA 3.4.3 version, but in 3.3.3 all worked fine. Have anyone of you solved such problem?
 
You must have corresponding Params in your TClientDataSet. Use "Fetch Params" to translate the variables of the TOracleDataSet to Params in the TClientDataSet.

------------------
Marco Kalter
Allround Automations
 
Back
Top