Connect to the same session from two process
Posted: Wed 21 Jul 2010 13:46
Hi,
Is it possible to work with the same session form two différente application.
My first application open a session with userName=USER1 password=PASS1 and servername=DATABASE1
My second application must connect to the database with the same connectstring as the first application but i don't want to creation a new session. So, is it possible to link the session of the second application to the first application?
Thank for your help.
Is it possible to work with the same session form two différente application.
My first application open a session with userName=USER1 password=PASS1 and servername=DATABASE1
My second application must connect to the database with the same connectstring as the first application but i don't want to creation a new session. So, is it possible to link the session of the second application to the first application?
Thank for your help.