Skip to main content
Inspiring
January 17, 2007
Question

8.02 and Insert/Update on same page.

  • January 17, 2007
  • 6 replies
  • 446 views
I'm trying to get an insert and update on the same page.

I was able to get it to work with a previous version but when I try it
now, I get the following error...

I've tried deleting the duplicates and I've tried renaming them.

Microsoft VBScript compilation error '800a0411'

Name redefined

/test2_shipping_address.asp, line 35

Dim MM_editAction
----^


I've gotten it to a point so that it displays the page (renaming them)
but as soon as I submit, it then errors out with the following error.
-------------------------
Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another.
This topic has been closed for replies.

6 replies

Participant
February 16, 2008
Same problem here with CS3 Mac !
Inspiring
January 18, 2007
Anyone put more than one insert/update on the same page?
Inspiring
January 18, 2007
I really need help on this. Much wailing and gnashing of teeth
Inspiring
January 18, 2007
Lee wrote:
> With 8.0.2 is it possible to have an update and insert on the same page?


When I put multiple inerts or updates on one page, which function names
do I need to change for this to work?
Inspiring
January 18, 2007
With 8.0.2 is it possible to have an update and insert on the same page?
Inspiring
January 17, 2007
This is the full error.

ADODB.Command error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another.

/test_shipping_address.asp, line 104
> I've gotten it to a point so that it displays the page (renaming them)
> but as soon as I submit, it then errors out with the following error.
> -------------------------
> Arguments are of the wrong type, are out of acceptable range, or are in
> conflict with one another.