I am converting and expanding an existing monlithic ASP/_vbscript_ application into a structured Web App using Monorail with ASP.NET 2.0.  I would like to create an ActiveRecord domain model.  However, the existing app uses a set of tables that do not represent the domain AT ALL.  Stored Procedures are used to access and update the tables.  Eventually, I will replace the database schema, but for now I need to live with it.  As such, I would like to use ActiveRecord in my controllers.  Is this possible?  Can ActiveRecord interact with the database in a custom way?  Can NHibernates support for custom persisters work? Does NHibernate 1.2 make this task possible or easier?
 
Thanks,
 craig
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to