User Profile

Collapse

Profile Sidebar

Collapse
jkcool
jkcool
Last Activity: May 31 '07, 03:34 AM
Joined: Jan 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jkcool
    started a topic Locking Select queries on rows

    Locking Select queries on rows

    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...
    See more | Go to post

  • jkcool
    replied to Using SOAP in Visual Basic 5.0
    Is it possible to use MS SOAP Tool kit
    See more | Go to post

    Leave a comment:


  • jkcool
    started a topic Using SOAP in Visual Basic 5.0

    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.
    See more | Go to post
No activity results to display
Show More
Working...