I found the solution, but I don\'t know how to translate those solution (in NHibern开发者_StackOverflow中文版ate) to ActiveRecord.Instead of using a named queries (which I\'m not even sure if Castle s
When calling the static method ActiveRecordStarter.GenerateCreationScripts(\"FileName.sql\"); Castle creates a file containing an sql-script, which I use to reinitialize my database (drop and re-creat
The castle project is open source. I am wondering where to get its s开发者_运维百科ource code. I cannot find it. You can get it here
I would like to save images (C#) to the database by using the FILESTREAM feature fro开发者_JAVA百科m SQL SERVER 2008.
I am using castle activerecord to persist my domain objects to a sql server database. If for whatever reason the database connection fails i need to be able to ignore it and carry开发者_JS百科 on with
Is there a way to disable Active Record validation for an nhibernate session / active record scope? I have a scenario whereby we are performing deletion of a large number of items - and in some cases
Any ideas as to why AR isn\'t being properly initialized when being used inside a user control? My initialization is properly being executed AFAIK because my parent form is successfully able to query.
I am trying to Update Schema on SQL Server CE 3.5 using Active Record by Castle. I have encountered an error - exception on the bottom.
I need some help in understanding this issue. I\'m using the repository pattern with ActiveRecordMediator. I\'ve enabled the session scope http
I have a Web app with SessionScopeWebModule enabled, and I wonder how to best handle business exceptions (not Hibernate / DB exceptions).