PenguinHead
Programmer
I am trying to connect to an active connection already established by this include file.
Code:
<!--#include file="../Connections/V025U37YVR.asp"-->
set addEmail=Server.CreateObject("ADODB.Command")
addEmail.ActiveConnection = MM_V025U37YVR_STRING
addEmail.CommandText="UPDATE Login ..."
addEmail.Execute
Error:
ADODB.Command error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Any ideas why this won't work?
Code:
<!--#include file="../Connections/V025U37YVR.asp"-->
set addEmail=Server.CreateObject("ADODB.Command")
addEmail.ActiveConnection = MM_V025U37YVR_STRING
addEmail.CommandText="UPDATE Login ..."
addEmail.Execute
Error:
ADODB.Command error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Any ideas why this won't work?