Gustavo Souza Gonçalves
unread,May 28, 2012, 11:33:01 PM5/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhu...@googlegroups.com
Good evening everyone.
I'm looking for a way to replicate data between two database, would select some (or all) tables, probably all the data that are determined within these tables, and copy it to other tables with the same structure, but in different database . We use NHibernate, uNhAddIns, and searching the internet, I found something about ISession.replicate (), but could not find an effective documentation of how to use it.
We don't know yet how we're gonna do it, if it will copy some tables (pre-selected) when our application starts, I'm planning this. But i'll really be appreciated of any type of help. So, anyone have anything, tutorials, articles that could help in understanding this tool?
Thank you.