tags:

views:

45

answers:

1

Basically, I just want to know if its possible to use Nhibernate to migrate between databases?

+1  A: 

No, you must use some other tool to do the migration, and then you can continue to use nHibernate (the level of compatibility will depend on your code)

Tools:

Eduardo Molteni