Our webhost has just upgraded us from sql server 2005 to sql server 2012...
ASP upload and resize not working now.
Error Message... Microsoft OLE DB Provider for SQL Server error '80040e4d' Login failed for user '89edd0-user'. /UploadFiles/Upload.asp, line 899
This relates to the code... Conn.Open RG_Connection
I think it is failing because sql server already has a connection open and this is opening a 2nd...
I was getting the same error with update record pages which I managed to fix by replacing the update record code as below...
MM_editCmd.ActiveConnection = MM_editConnection
to....
MM_editCmd.ActiveConnection = MM_updates_STRING
but wont work with the upload and resize...
help!!!
Jeremy |
|
|