Home » SQL & PL/SQL » SQL & PL/SQL » Encountered the ADODB.Command error
Encountered the ADODB.Command error [message #40078] Sun, 08 September 2002 22:46 Go to next message
padmaja
Messages: 5
Registered: August 2002
Junior Member
It keeps on giving me this error
when I try to append a parameter: "The
application is using arguments that are
of the wrong type, are out of
acceptable range, or are in conflict
with one another." It's an output
parameter.
Re: Encountered the ADODB.Command error [message #40079 is a reply to message #40078] Mon, 09 September 2002 00:38 Go to previous messageGo to next message
Vikas Gupta
Messages: 115
Registered: February 2002
Senior Member
Which parameters are you passing ?
Varchar2 or Number.
If you are passing the varchar2 parameter you have to also pass the length of the varchar2.
Re: Encountered the ADODB.Command error [message #41217 is a reply to message #40079] Tue, 10 December 2002 10:47 Go to previous message
Maribel Asencio
Messages: 1
Registered: December 2002
Junior Member
<!--#include file="adovbs.inc" -->

<%Response.write " Procesamiento del lado del Servidor "

Dim adoConn
Set adoConn = Server.CreateObject("ADODB.Connection")

Dim sConn

sConn = "Provider=sqloledb; " &_
"Data Source=(local); "&_
"Initial Catalog=Northwind; "&_
"USER ID= SA; "&_
"Password= lebiram"

adoConn.ConnectionString = sConn
adoConn.CursorLocation = adUseClient
adoConn.Open

' Generacion de datos hacia el browser mediante un Stream

Dim connectme
Set connectme = Server.CreateObject("ADODB.Command")
connectme.Dialect = "{5d531cb2-e6ed-11d2-b252-00c04f681b71}"
Set connectme.ActiveConnection = adoConn
Previous Topic: Trigger problem
Next Topic: LIKE and 2 SELECTS...
Goto Forum:
  


Current Time: Thu May 16 08:35:46 CDT 2024