4
votes
ORM - Object Relational Mapping / Persistence Frameworks for Delphi
About Delphi Programming
– in Delphi Tools / Components :: Working with database data in Delphi can be really simple. Drop a TQuery on a form, set the SQL property, set Active and, voila, here's your database data in a DBGrid. Ok, you do need a TDataSource and a connection to a database, but that's just a few clicks away. Now you want to insert, update and delete data. That's also easy but can get messy. You fight with the corect SQL syntax, but finally have it laid out correctly. You introduce new tables, tables change in design ... and your simple task becomes slightly cumbersome :( Can all this be done easily? The ...
Statistics
|
Visits by Source |
User Actions |




