Group: Forum Members
Posts: 336,
Visits: 497
|
From what I can see, SF keeps a collection of Data Sources which are connections to the database that are available for use. This is great for anything that has SF as its base in the application, which should be most things. However, if there is some other third-party control that needs a database connection, or if I just wanted to directly access the open connection object in code how do I go about doing that? Basically, I want to know how I can take an open db connection that SF has, and pass it to another object without it having to open up a new connection.
|