Hi,
I have an .aspx page (ASP.net) where I'm calling a COM+ dll (class library in C#) that performs an insert into a SQL database. When the user picks a certain value for one of the variables, a second insert needs to take place (calling the same method of the COM+ component again). When just the 1st insert is performed, it works great. For some reason, when the 2nd insert is required and that code is accessed, the 2nd insert goes into the database,but the 1st doesn't. Do I need some code after the 1st COM+ call to make it go in before making the 2nd method call?
Thanks,
Ray
I have an .aspx page (ASP.net) where I'm calling a COM+ dll (class library in C#) that performs an insert into a SQL database. When the user picks a certain value for one of the variables, a second insert needs to take place (calling the same method of the COM+ component again). When just the 1st insert is performed, it works great. For some reason, when the 2nd insert is required and that code is accessed, the 2nd insert goes into the database,but the 1st doesn't. Do I need some code after the 1st COM+ call to make it go in before making the 2nd method call?
Thanks,
Ray