Hi All
 
We are converting from Dbase / BDE to Firebird / IBObjects.  In our app there are a number of instances where we create a dbase table based on an sql result set and create a new empty field used for editing.  i,e.
 
SELECT Name, Phone, "F" AS Selected
FROM Person;
 
The Selected field is edited in the resulting table and used for filtering etc.  What is the best / simplest way of converting this functionality to Firebird.  Bearing in mind that we are trying to make as few changes to code as is possible at this point (to avoid bugs).
 
These results never need to be committed to the database and are only used for display.  I have thought of using a TClientDataset (which works great) but cannot see an IBObjects equivalent.  Any help or suggestions would be greatly appreciated :)
 
 
Rob Martin
Software Engineer
 
phone 03 377 0495
fax 03 377 0496   
web www.chreos.com
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to