ORMs for various platforms
I noticed a post on a social media, where a user complained about the lack of an ORM standard in the Delphi world. The ORM implementations are very different, and
I noticed a post on a social media, where a user complained about the lack of an ORM standard in the Delphi world. The ORM implementations are very different, and
Preface In 5.15.xx kbmMW’s ORM got even better since it allow us to easily copy table structure and data from one table in one database to another database. The table
Preface kbmMW’s ORM will in next release be extended with a couple of new generator oriented additions. Please look for the REST Easy posts for more background information about how
Preface The reference blog series contains manual like reference information, and will typically not include examples or step by step instructions. History May 2 2020 – Original post Dec 31
Preface In addition to what was shown in SmartBinding with kbmMW #5, more features will be included in next release of kbmMW. This blogpost will show a demo of 3
Preface One of the very nice things about users is that they sometimes request features that I did not originally think about. This blogpost explains a new one of those,
Preface The kbmMW ORM (Object Relational Mapping) database access features, has been explained in several REST Easy blog posts. However now I think its time that the ORM get its
Preface I have presented SmartBinding in a couple of posts. The purpose of SmartBinding was to bind data containers together. Often one container would be something that could display and/or
Preface In the previous SmartBinding posts, I have shown how to bind to many different types of controls and data sources. This post focus on how next kbmMW release will
Preface In SmartBinding #2 I presented the new autobinding features, which made it easy to define bindings directly in the form designer. However why stop there? There are more cool