My ASP book recommend to use a System DSN to connect to an Access database, since "if you use a DSN-less connection, the connection information must be revalidated every time. With a System DSN, this must only be done once, when creating the System DSN."
However, I found out that when using the System DSN (connecting to an Access database), the connection is not stable. Sometimes the ASP application works fine, and sometimes I got the error located at the line where the code tries to open the connection. I did not run into this message when I use DSN-less connection.
Could anyone tell me why?
How about the DSN connection to a SQL 2000 server? Is that stable?
Thanks in advance.
Seaport
However, I found out that when using the System DSN (connecting to an Access database), the connection is not stable. Sometimes the ASP application works fine, and sometimes I got the error located at the line where the code tries to open the connection. I did not run into this message when I use DSN-less connection.
Could anyone tell me why?
How about the DSN connection to a SQL 2000 server? Is that stable?
Thanks in advance.
Seaport