D
David
When developing an application that uses ADO, do I just
have to open the database connection once and close it
once?
Can the connection ever be lost?
I am used to developing ASP applications where timeouts
are an issue.
This is a multi-user application and many users will be
using it simultaneously.
Also, how do I get around the problem of cosing the path
to the database in my application, I dont want to have
this hard-coded there and I dont want to use an INI file.
I never had to do this in DAO.
have to open the database connection once and close it
once?
Can the connection ever be lost?
I am used to developing ASP applications where timeouts
are an issue.
This is a multi-user application and many users will be
using it simultaneously.
Also, how do I get around the problem of cosing the path
to the database in my application, I dont want to have
this hard-coded there and I dont want to use an INI file.
I never had to do this in DAO.