
ODBC connections using ODBC
I am using
VBScript to access data in an Access database through ODBC.
I believe I am closing the ODBC connection using a close command.
However, the connection is not closing, and after several days, I get an
error indicating no more connections are allowed. I then must stop
Internet Information Server, delete the associated .MDL file, and
restart IIS.
Does anyone have an idea how to close the connection programmatically?