Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Speed!

Status
Not open for further replies.

99mel

Programmer
Joined
Oct 18, 1999
Messages
379
Location
GB
I have a vb application which updates a record in a table in a SQL db. However, when I have 2 machines updating the same record at the same time it simply seems to cancel each of the requests out!!!

The vb code is using a stored procedure, is there a way i can make the stored procedure execute straight away!!! within in miliseconds? As at the moment it doesn't seem to be updating at all when both machines do it at the same time.

Cheers for any help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top