Questions of a beginner

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
EdmilsonMattos
Posts: 1
Joined: Thu 09 Apr 2015 14:24

Questions of a beginner

Post by EdmilsonMattos » Fri 10 Apr 2015 22:18

Possible use Entitydac in an android Delphi project?

Possible force the collection within a class come filled ?? Example We have two Company and Employee entities with LINK wish every company entity came with the collection of Employees filled.

Possible use LiveBind with EntityDac normally?

Where can I find an example of CRUD or any example to go the right way ???

I appreciate any help !!!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Questions of a beginner

Post by AlexP » Tue 14 Apr 2015 09:51

Hello,

Currently, EntityDAC doesn't support mobile platforms.
If in the model the Company object has a link to Employee, then an additional property will be created in the Company class, that will refer to the Employee collection. The collection can be filled for each Company instance.
Yes, you can use LiveBind with EntityDAC.
You can find samples in the \Devart\EntityDAC\Demos\EntityDemo\ folder.

Post Reply