Base4 can also be pretty handy when dealing with ugly legacy data stores... (http://www.base4.net/Base4.NET.aspx) - Obviously this isn't Active Record, but it'll certainly give you a productivity boost until you can accommodate the time and effort to upgrade the database... depends on what your attempting to do.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Chad Humphries > Sent: Tuesday, 13 June 2006 4:35 a.m. > To: [email protected] > Subject: Re: [Castle-users] Using ActiveRecord with Legacy Database > > You may want to use (or investigate) iBatis. It is perfect for these > types of scenarios. > > -Chad > > On 6/12/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote: > > So you created your own data acess services? > > > > > > > > On 6/12/06, hammett <[EMAIL PROTECTED]> wrote: > > > I'm in a kind similar situation. I didn't use AR nor NHibernate at > > > all. Anyway, you might want to spike it for a while before making a > > > decision. > > > > > > On 6/12/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote: > > > > 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? > > > > > > -- > > > Cheers, > > > hammett > > > http://hammett.castleproject.org/ > > > > > > > > > _______________________________________________ > > > CastleProject-users mailing list > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/castleproject-users > > > > > > > > > > > > > _______________________________________________ > > CastleProject-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/castleproject-users > > > > > > > > > _______________________________________________ > CastleProject-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/castleproject-users _______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
