Subject | Client FBWrappingDS or DriverManager |
---|---|
Author | William L. Thomson Jr. |
Post date | 2002-11-22T22:18:29Z |
I have been looking into the difference between using
DriverManager.getConnection();
and
FDWrappingDataSource.getConnection();
in client apps.
From my reading DataSource is the preferred way to get a connection
instead of using DriverManager.getConnection();
Especially in server side apps, but what about Client side.
Does one introduce more overhead than the other?
Is one preferred over the other on the client side?
I am asking from a single thread app, using a single connection to the
db at the moment.
Thanks
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone 707.766.9509
Fax 707.766.8989
http://www.obsidian-studios.com
DriverManager.getConnection();
and
FDWrappingDataSource.getConnection();
in client apps.
From my reading DataSource is the preferred way to get a connection
instead of using DriverManager.getConnection();
Especially in server side apps, but what about Client side.
Does one introduce more overhead than the other?
Is one preferred over the other on the client side?
I am asking from a single thread app, using a single connection to the
db at the moment.
Thanks
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone 707.766.9509
Fax 707.766.8989
http://www.obsidian-studios.com