Hi, I have update my ORM Generator.

Hi, I have update my  ORM Generator.
Support native type (Integer, String etc)

But, I do not know how to control a value when if value is NULL...

Comments

  1. Nice work. As I (tried to) asked on your blog why do you use DB types (TxxField) instead of native types like string, integer... ? As said also by A. Bouchez this strongly ties your code to DB units.

    ReplyDelete
  2. Sébastien Paradis AFAICT the whole concept of this project is to be tied to the DB units, since it is highly coupled to a TDataset.

    ReplyDelete

Post a Comment