I have a problem.
My application makes use 1) of an existing hibernate connection for retrieving some data. Now i t has to 2) update some tables in the same DB from which data is retrieved and this has to happen through seperate connection.
Is it possible to have a hibernate.cfg.xml file seperately for this purpose?
if so how will i differentiate between the connections.
Or i cant use hibernate itself for second case ?
kindly help.