In my C# .NET 3.5 application I am using CastleProject ActiveRecord over NHibernate. This is desktop application using MS SQL Server 2008. I have set ADO command timeout to 0 to prevent timeout except
Is it possible to set the name of the foreign key constraints added for a HasAndBelongsToMany relationship?
(continued from Read N consequent items by ActiveRecord) My project is C# and uses CastleProject ActiveRecord on MS SQL Server database.
My project is C# and uses CastleProject ActiveRecord on MS SQL Server database. I need to retrieve N consequent items from the database, sorted by some criteria, started from some value.
I\'m trying to get started with Castle ActiveRecord (following the \"Getting started with ActiveRecord\" screencast).
I\'m going to refactor a growing project from using Castle Activerecord to pure NHibernate or Fluent NHibernate with Service/Repository pattern and POCO.
Scenario: I have a customer object with lazy loading enabled. I use that throughout the program to call a list of customer for a listbox. It has relationships to the Division_Customer_Rel, Division_Em
I am getting the following error in an Asp.Net Castle ActiveRecord app when trying to update an object:
I\'m working with some code that generates ICriteria queries for NHibernate. They get executed using ActiveRecord and ActiveRecordMediator.FindAll()
I am using Castle ActiveRecord for my application. My 开发者_运维知识库problem is how to use a datetime string in HQL like this (without using parameters):