Tutorial and Express-Edition

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
Lemmy
Posts: 5
Joined: Wed 08 Oct 2014 07:40

Tutorial and Express-Edition

Post by Lemmy » Wed 08 Oct 2014 07:49

Hi,

I tried it twice: First in August and a few days ago with the current release:

I want to implement the Express-Tutorial of EntityDAC (found in EntityDAC.pdf - Creating my First Application with Express Edition). But always if I copy-paste the code to my Model-Unit T*Attribute (TIntegerAttribute,...) is unkown. I put every unit I found in entityDac to the uses - but nothing works.

I wrote two questions to Support and get no answer. Can anybody help me?

Best regards
Wolfgang

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

Re: Tutorial and Express-Edition

Post by AlexP » Wed 08 Oct 2014 08:39

Hello,

We have changed class attribute types. Now, for not null attributes scalar types are used: Integer, String, etc. For attributes, which can be Null, the types described in the EntityDAC.NullableTypes module (IntegerNullable, StringNullable) are used.

P.S. We will correct the help in the next version.

Post Reply