hi, have u specified the type to ADODB i.e. you have to explicityl specify that the command to be run by ADODB is a stored procedure. try something like:
Command.CommandType = StoredProcedure (i think!) SUrjit --- arnnie2005 <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm executing a stored procedure from an ASP page. > However, I keep > getting this error: > > ADODB.Command error '800a0bb9' > > Arguments are of the wrong type, are out of > acceptable range, or are > in conflict with one another. > > The SP consists of inserting a record. I have tried > everything and I > haven't got a solution. > > Can someone help me on this? > I am using the command object. > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
