I develop new product: "Field common unit generator". Get link Facebook X Pinterest Email Other Apps - February 22, 2016 I develop new product: "Field common unit generator".Please tell me trial review. Thank you! Get link Facebook X Pinterest Email Other Apps Comments Eden WUFebruary 23, 2016 at 1:59 AMRoar 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...ReplyDeleteRepliesReplyStefan GlienkeFebruary 23, 2016 at 2:24 AMEden 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. ;)ReplyDeleteRepliesReplyPavel NovákFebruary 23, 2016 at 2:25 AMOK,schema respected.But for me not useful.I planned use marshmallow ORM from spring4d.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Roar Grønmo I will develop for C++ Builder product.
ReplyDeletePavel 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...
Eden WU Read about the https://en.wikipedia.org/wiki/Active_record_pattern. Then you can write code like this:
ReplyDeletecustomers.Append;
customers.LastName := 'WU';
customers.FirstName := 'Eden';
customers.Post;
Now this I would call intuitive. ;)
OK,schema respected.But for me not useful.I planned use marshmallow ORM from spring4d.
ReplyDelete