you need to close the objects that you open once you have finnished with it.

try
set conn = Server.CreateObject( "ADODB.Connection" )
     conn.Open "knu01"
        --stuff to do--
        conn.close
set conn=Nothing

note that you should do the same with your recordsets.

HTH
Tim

-----Message d'origine-----
De : Bo Ols�n [mailto:[EMAIL PROTECTED]]
Envoy� : mardi 20 ao�t 2002 17:06
� : ActiveServerPages
Objet : RE: Unspecified error


I got a message from my ASP provider:

Provider error '80004005'

Unspecified error

when i run this:

set conn = Server.CreateObject( "ADODB.Connection" )
     conn.Open "knu01"

Why?

Not the first time a run this ASP but the second time and after 30 sec can
i run the ASP again...!!

Bo Ols�n
Malmoe/Sweden

---
You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to