1.

What Types Of Datasource Objects Are Specified In The Optional Package?

Answer»
  • BASIC - Provides a standard Connection object.
  • Pooled - Provides a Connection pool and returns a Connection that is controlled by the pool.
  • Distributed - Provides a Connection that can participate in distributed transactions ( more than one DBMS is involved). It is anticipated, but not ENFORCED, that a distributed DATASOURCE will also provide pooling.

HOWEVER, there are no standard methods available in the DataSource class to determine if one has obtained a pooled and/or distributed Connection.

However, there are no standard methods available in the DataSource class to determine if one has obtained a pooled and/or distributed Connection.



Discussion

No Comment Found