I am working with an ASP application. It is using one file where its creating the connection string an dopening the connection. On every page, its passing connection string while opening recordset but not closing anything aprt from the recordset. Does it effect the performence? Does it mean that every time it opens recordset, connection string needs to be provided and its not teh same as opening a connection to the database?
Can somebody plz carify?
Can somebody plz carify?
Comment