Hello Jasim, On Mar 16, 2010, at 10:16 AM, Jasim A Basheer wrote:
>> The true advantage in software Development is not OOP but sql >> languages that allow write easy program also if a good class is easy >> to use like demonstrated by vb paradigm >> > The growing popularity of ORMs are an example. New generation > languages (Python, Ruby etc. and even Java) have shifted focus to > using ORMs rather than SQL directly. Now instead of explicit SQL > statements, ActiveRecord (Ruby's Object Relational Mapper) uses > something like > > emp=Employee.new > emp.name = "Emp1" > emp.basic = 4500 > emp.designation = "Programmer" > emp.save Do you have some experience with using the ORM (or OODBMS) model ? By using what programming languages ? I like the ORM based approach, even I've used in the past an comercial product (CACHE by Intersystems), but now I have an Harbour based approach. And currently I'm developing some of my new projects with Harbour and this approach (that is more closer to the OODBMS model) to deal with complex data structures and relations between. [snip] best regards, Teo _______________________________________________ Harbour-users mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour-users
