Hello,
This is my first post in tek-tips.com. Was not sure if it was better to post my question in this forum or in a sql forum.
I'm having a problem with my Session_OnEnd() sub in my global.asa.
I have to make a sql connection to my database to update one field in my table when session is over. But everytime i try to open the connection, i get this error :
error number : -2147467259
error description : [DBNMPNTW]ConnectionOpen (CreateFile())
Im using the same connection string that i use everywhere on my website and i have only this problem in the global.asa.
I dont know where to look now.
Hope someone can help me.
Thanks
Jeff
This is my first post in tek-tips.com. Was not sure if it was better to post my question in this forum or in a sql forum.
I'm having a problem with my Session_OnEnd() sub in my global.asa.
I have to make a sql connection to my database to update one field in my table when session is over. But everytime i try to open the connection, i get this error :
error number : -2147467259
error description : [DBNMPNTW]ConnectionOpen (CreateFile())
Im using the same connection string that i use everywhere on my website and i have only this problem in the global.asa.
I dont know where to look now.
Hope someone can help me.
Thanks
Jeff