Page 1 of 1

Object oriented way to access tables and fields

Posted: Fri 29 Jul 2016 01:39
by inageib
Hi,

Is there a way to access tables and fields in a more Object oriented way like for example:

Code: Select all

Customers.FirstName := 'David';
instead of

Code: Select all

<TIBCQuery>.fieldbyname('FirstName').Asstring := 'David';

Re: Object oriented way to access tables and fields

Posted: Fri 29 Jul 2016 10:41
by ViktorV
This question doesn't concern IBDAC functionality. To resolve the question, please post it on specialized forums.