hi all
i m trying to implement a similar query in JRDC2 :
in php it was possible to directly post the field name , and then parametrize the value , but here in JRDC2 is there a way to do it ?
i m trying to implement a similar query in JRDC2 :
i.e : dynamic field names since i have too many fields in this table 40+SELECT * FROM patients WHERE ? = ?
in php it was possible to directly post the field name , and then parametrize the value , but here in JRDC2 is there a way to do it ?