Connecting to a Database using PRO*C in a multithreading environment

From: D. Turpin <dominict_at_keops.com>
Date: 1996/05/17
Message-ID: <4nipia$dq7_at_wagner.spc.videotron.ca>#1/1


How can one make a connection to a database visible through all threads of the application?

the thing is, if I connect to my database in my main thread and access data from there, there's no problem.

BUT if I try to access the database from ANOTHER thread than the main (a child thread), the connection is not visible (and yet it is still active in the main)

is this an unresolvable bug? Received on Fri May 17 1996 - 00:00:00 CEST

Original text of this message