Hi,

I'm using NHibernate to port a system from Oracle to MSSql. For
backward compatibility reasons, I'm using SequenceGenerator and would
like to use something similar on SQL Server so I can maintain the PK
identifiers in the existing data.

The HiLo generator looks the most sensible alternative, allowing me to
use SequenceHiLo while on Oracle and then move to HiLo when on SQL
Server.

Will this allow me to keep the existing PK identifiers in the data and
is this the best approach?


Thanks,
Richard
-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.


Reply via email to