Hi,
I'm doing an insert from an ASP page (written in VBScript) and there is a
problem.
When I call the SP from the page, it inserts 2 records into my table. If I
call the SP directly from Query Analyzer, 1 record is inserted.
I removed the oRS.moveFirst. that fixed it, but it causes other problems.
Any ways to get around this double insert crap?
please advise