Hi,
Through my asp page, I'm submitting a form to itself and calling a stored procedure to insert some values. When I do this, the first time I try it, nothing shows up in the SQL Server database table. If I try it again, this row shows up in the table, plus the increment of the Primary key (which goes up by one) is 2 higher that the previous row. Where could that other row be going??
Thanks for any input,
Ray
Through my asp page, I'm submitting a form to itself and calling a stored procedure to insert some values. When I do this, the first time I try it, nothing shows up in the SQL Server database table. If I try it again, this row shows up in the table, plus the increment of the Primary key (which goes up by one) is 2 higher that the previous row. Where could that other row be going??
Thanks for any input,
Ray