I use following code to access datebase through ADO:
.
.
.
Set command = Server.CreateObject("ADODB.Command"
.
.
.
Set prmName = command.CreateParameter("Name"
command.Parameters.Append prmName
prmEntryID.value = Request.Form("Name"
.
.
.
Response is: Parameter object is improperly defined.
Inconsistent or incomplete information was provided.
What is missing??
.
.
.
Set command = Server.CreateObject("ADODB.Command"
.
.
.
Set prmName = command.CreateParameter("Name"
command.Parameters.Append prmName
prmEntryID.value = Request.Form("Name"
.
.
.
Response is: Parameter object is improperly defined.
Inconsistent or incomplete information was provided.
What is missing??