Thanks you for your response but if i disable the PK setting in ValueData, i have got still all the value from the table VALUE_DATA.

Ii would like to fix the clause as i want to (for example DATE = "2006-01-12") but ojb with the "auto-retrive=true" do that : SqlGeneratorDefaultImpl SQL:SELECT A0.ID,A0.DATE,A0.VALUE FROM VALUE_DATA A0 WHERE A0.ID = ?

i prefer to have this one : SqlGeneratorDefaultImpl  SQL:SELECT 
A0.ID,A0.DATE,A0.VALUE FROM VALUE_DATA A0 WHERE A0.ID = ? and A0.DATE = ?

Thx
Regards

Renaud



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to