Hello everyone!

I'm trying to connect with nHibernate and Unhaddins in different machines , 
each have an db in Oracle. They have different tables with different 
database. I'll gonna need to read a table, let's call it as C_SM_SEND.

Inside this Table, i'll have a column called Body, that will contain a XML. 
Another process will read this table, get this XML and will insert his 
values to another Table, let's name it as PC_TO_SM_PRIM_DATA. Let's not 
gonna worry about columns, names of Table. What's matter now is: I'll have 
to read one table in one DB in one Machine => "MACHINE1/ORCL", reading a 
table named "C_SM_SEND", and insert values in another table of another DB 
of another Machine => "MACHINE2/SERV", writing a table named 
PC_TO_SM_PRIM_DATA. Also, remembering: The mapping of each table is 
different!

I've already read some articles than explain how make nHibernate connect to 
differente machines, but using uNHAddIns, none of what i've read worked.
My application is being made to standards MVVM, IoC, and also use the 
repository.
I've read also this article of Fabio Maulo, but no success until now:

http://fabiomaulo.blogspot.com.ar/2009/09/configure-sessionfactory-providers.html

Any help will be welcome.

Best Regards,
Gustavo.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/nhusers/-/g_vMUUhUIlsJ.
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