I develop new product: "Field common unit generator".

I develop new product: "Field common unit generator".

Please tell me trial review. Thank you!

Comments

  1. Roar Grønmo I will develop for C++ Builder product.

    Pavel Novák Thank you! I update the product. Please re-download and cover it.

    Stefan Glienke Yes, it can. But I do not like code is below:
    DataSet.Append;
    ShortFieldName.AsString := something...;
    DataSet.Post;

    It is not intuition...

    ReplyDelete
  2. Eden WU Read about the https://en.wikipedia.org/wiki/Active_record_pattern. Then you can write code like this:

    customers.Append;
    customers.LastName := 'WU';
    customers.FirstName := 'Eden';
    customers.Post;

    Now this I would call intuitive. ;)

    ReplyDelete
  3. OK,schema respected.But for me not useful.I planned use marshmallow ORM from spring4d.

    ReplyDelete

Post a Comment