I am working on a project that requires the use of several databases, which for the most part are completely identical, but some columns may be missing. How do you get NHibernate to handle this, for example, I have a table with 4 index columns and 2 coloumns data that will always be available, but the only client does not want the column in their database.
since this is part of porting legacy applications, I don’t have the luxury to dictate the format of the database or even change the database. anyone have any ideas how to do this. I also can't get NHibernate fainting to work with this.
KR Nicky
user143727
source
share