Object oriented way to access tables and fields

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Object oriented way to access tables and fields

Post by inageib » Fri 29 Jul 2016 01:39

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';

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Object oriented way to access tables and fields

Post by ViktorV » Fri 29 Jul 2016 10:41

This question doesn't concern IBDAC functionality. To resolve the question, please post it on specialized forums.

Post Reply