Ci sono arrivata, ma senza il tuo aiuto non ci sarei riuscita!!!
Praticamente nella pag CWIncFunctions.asp dove c'era strconn che non era definito:
Set cwOpenQuery = Server.CreateObject("ADODB.Recordset")
With cwOpenQuery
.ActiveConnection = strconn
.Source = strSQL
.CursorType = 3
.CursorLocation = 2
.LockType = 1
.Open()
End With
End Function 'cwOpenQuery
Function cwExecuteQuery(strSQL, strConn, strReturnID)
Ho portato questa modifica:
Set cwOpenQuery = Server.CreateObject("ADODB.Recordset")
With cwOpenQuery
.ActiveConnection = MM_conncartweaver_STRING
.Source = strSQL
.CursorType = 3
.CursorLocation = 2
.LockType = 1
.Open()
End With
End Function 'cwOpenQuery
Function cwExecuteQuery(strSQL, strConn, strReturnID)
*******************************
Ti ringrazio molto!
Ciao![]()

Rispondi quotando
