I am trying to grab data from the DB of a particular table, where there is either no join to a another table, or there is but it isn\'t the right Data.
I would like to query to different Tables, say apples and cars, which have no relationship so that active record goes only once to the database.
Now and again im getting the following error \"Seems that the framework isn\'t configured properly. (isWeb != true and SessionScopeWebModule is in use) Check the documentation for further information\
Ok, so im starting a new project and decided to use a ORM tool (as im so bored with writing it manually)
I\'m working on a project where I need to track times, such as \"2:开发者_如何转开发15 PM\" without dates.I\'m using Castle ActiveRecord.Is there a way I can specify using the Castle attributes that I
Unsolved problem....ActiveRecordValidationBasedoes not throw ActiveRecordValidationException on Save (Update, as well )...
I\'ve watched a few demos of Castle ActiveRecord and love how quickly you can build up a prototype application but am concerned about how useful it would be once you have your production system runnin
I\'m using Castle project ActiveRecord and SqlServer 2008 I wanna do this : ActiveRecordMediator<Question>.FindAll();
I have two classes: File, Applicant and I\'m using ActiveRecord 3.0 RC (NHibernate 3.1.0.4000). File [ActiveRecord(\"`File`\", Lazy = true)]
Using Active Record/NHibernate, I\'m trying to select an entity (Site) which has multiple child collections.