Question
Inserts the same row twice into database??
I know this may be a tough one without more information but I
just wondered
if anyone had come accross anything similar:
I have an asp page that triggers a SQL stored procedure which performs an
insert into the DB. This works or rather worked fine but now it makes a
double insert into the database! So, instead of writing 1 record to the
database it writes 2 identical ones (except for the PK column of course).
I have tried for my life to figure out why but cannot see a reason. I would
post the code but it is 1300 lines long. The Stored Proc is fine, nothing
obvious in the ASP.......I am at a loss.
Has anyone else come accross this before?
if anyone had come accross anything similar:
I have an asp page that triggers a SQL stored procedure which performs an
insert into the DB. This works or rather worked fine but now it makes a
double insert into the database! So, instead of writing 1 record to the
database it writes 2 identical ones (except for the PK column of course).
I have tried for my life to figure out why but cannot see a reason. I would
post the code but it is 1300 lines long. The Stored Proc is fine, nothing
obvious in the ASP.......I am at a loss.
Has anyone else come accross this before?
