Hi,
I have an .aspx page (asp.net) that calls a COM+ component, which performs an insert into a SQL Server 2000 database (3 Servers, all Windows 2000). When the code in the component successfully works (no errors) it returns the ID of the row just entered into the database (this id was an identity field, generated in the insert). Currently, the confirmation page comes up, with the ID field displayed, but when I go to the SQL table there's no new row in the database. Also, the next time I attempt this process it returns what would be the next ID, and same thing, no new row. Any ideas how to resolve this, or where the problem even lies?
Thanks,
Ray
I have an .aspx page (asp.net) that calls a COM+ component, which performs an insert into a SQL Server 2000 database (3 Servers, all Windows 2000). When the code in the component successfully works (no errors) it returns the ID of the row just entered into the database (this id was an identity field, generated in the insert). Currently, the confirmation page comes up, with the ID field displayed, but when I go to the SQL table there's no new row in the database. Also, the next time I attempt this process it returns what would be the next ID, and same thing, no new row. Any ideas how to resolve this, or where the problem even lies?
Thanks,
Ray