G
Guest
I have C#, web application, SQL Server appliacation. There is a webservice, which runs stored procedure, which deletes some row and add one new row in the same table. Although the changes are finished, another webservice cant see the changes immediately. The table is nearly empty (10 rows).
1. webservice: sql command runs a stored procedure by execute non query metho
2. webservice: sql command runs another stored procedury by execute reader metho
Changes are not visible although the second webservice is started when the first is finished..
thank you very muc
Tom
1. webservice: sql command runs a stored procedure by execute non query metho
2. webservice: sql command runs another stored procedury by execute reader metho
Changes are not visible although the second webservice is started when the first is finished..
thank you very muc
Tom