castle-activerecord
Get current database server date using Castle ActiveRecord
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[详细]
2023-02-08 07:59 分类:问答Generated sql-script in Castle ActiveRecord is missing terminating semicolon
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[详细]
2023-02-08 02:00 分类:问答Where to get the source code of castle project
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[详细]
2023-02-07 09:05 分类:问答How to use Castle ActiveRecord with SQL Server 2008 FILESTREAM feature
I would like to save images (C#) to the database by using the FILESTREAM feature fro开发者_JAVA百科m SQL SERVER 2008.[详细]
2023-02-07 03:49 分类:问答ignore Castle ActiveRecord connection failure
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[详细]
2023-02-05 23:24 分类:问答Is there a way to disable Castle Active Record validation for an nhibernate session / active record scope
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[详细]
2023-02-04 07:52 分类:问答Not initialized in user control?
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.[详细]
2023-02-04 02:35 分类:问答Castle Active Record NHibernate Sql Server Ce 3.5 (SqlServerCe) Problem Updating Schema
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.[详细]
2023-01-31 06:39 分类:问答Castle ActiveRecord Lazy-Loading NOT Working
I need some help in understanding this issue. I\'m using the repository pattern with ActiveRecordMediator. I\'ve enabled the session scope http[详细]
2023-01-30 13:52 分类:问答Castle ActiveRecord SessionScopeWebModule exception handling
I have a Web app with SessionScopeWebModule enabled, and I wonder how to best handle business exceptions (not Hibernate / DB exceptions).[详细]
2023-01-29 15:55 分类:问答