J
John A Grandy
wxp pro sp1, vs.net 2003, sql-svr 2k sp3
to a rough approximation ...
what is the relative time needed to instantiate ADO.NET objects, such as
SQLConnection, SQLCommand, SQLDataAdapter, etc , ....
..... versus the time needed for operations such as
SQLConnection.OpenConnection() , SQLConnection.CloseConnection() ... ?
is instantiation a trivial amount of time compared with opening a connection
?
to a rough approximation ...
what is the relative time needed to instantiate ADO.NET objects, such as
SQLConnection, SQLCommand, SQLDataAdapter, etc , ....
..... versus the time needed for operations such as
SQLConnection.OpenConnection() , SQLConnection.CloseConnection() ... ?
is instantiation a trivial amount of time compared with opening a connection
?