Hi all,
I have a problem in implementing the following logic
I have a stored procedure which is executed by 5 different nodes.
begin
select iseqno from tinputqueue where istatus = 1
update tinputqueue set istatus = 1 where iseqno in ( select iseqno from tinputqueue where istatus = 1) and update those to 2 as status.
end
When the above SP is executed simultaneosly...
User Profile
Collapse
-
Locking Select queries on rows
-
Is it possible to use MS SOAP Tool kit -
Using SOAP in Visual Basic 5.0
Hi,
Is it possible to communicate with a Webservice using SOAP from VB 5.0.
Is it possible to use SOAP Tool Kit with VB 5.0 ? I need to connect to a Java Webservices from a VB 5.0 based application.
No activity results to display
Show More
Leave a comment: