I'm working for a software house that uses IB_Objects for Firebird connections;
I'm a Devart user and I would like to convince them to migrate to Unidac for many reasons.
One of the things to which the software house doesn't give up is this:
imagine a form with many controls on it binded by datasource to a IB_Query (es: select * from persons); imagine that this query returns 10 fields; so I have 10 controls for name, surname, phone, email.....
with the istruction IB_Query1.search the IB_Query is in dssearch state; my edit components permits to me to edit it and, on post action, I can search in my dataset for all 10 fields.
There is a way to do this whit unidac?

