G
Guest
Hi. I'm trying to make the transition from VB6 to VB.NET and I just got to the data access design. My application (classic online store) is now fully object oriented. When I was faced with the questions of how and when I should populate my Client, Order, Product (etc) objects with the data stored in the database, I did some online research and I came accross the object-relational mapping paradigm
One problem that I'm having is that most of the articles online are about which vendor to use and not how to build your own ORM. Is there more to ORM than just retrieving data from a table (or a view) and populating the object's properties and/or updating the database with the object's properties
Does anyone know any good articles on how to build your own ORM
Does anyone have any practical experience with ORM (maybe specifically with Oracle)
Thank
Tiberiu M
One problem that I'm having is that most of the articles online are about which vendor to use and not how to build your own ORM. Is there more to ORM than just retrieving data from a table (or a view) and populating the object's properties and/or updating the database with the object's properties
Does anyone know any good articles on how to build your own ORM
Does anyone have any practical experience with ORM (maybe specifically with Oracle)
Thank
Tiberiu M