M
Mr. John A. Jackson
Good evening,
In VB 6.0, Delphi & VC++, the basic database connection technique is to
connect at startup, disconnect at shutdown. In ASP.NET (regardless of
language), the technique is to connect on demand.
When developing client/server applications in .NET, which database
connection technique have you found to give you the best performance? Is
ADO.NET designed to perform best using the on demand technique, even in
client/server applications?
Thanks.
In VB 6.0, Delphi & VC++, the basic database connection technique is to
connect at startup, disconnect at shutdown. In ASP.NET (regardless of
language), the technique is to connect on demand.
When developing client/server applications in .NET, which database
connection technique have you found to give you the best performance? Is
ADO.NET designed to perform best using the on demand technique, even in
client/server applications?
Thanks.