Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locking with SQL7
Message
From
01/03/2000 09:15:29
 
 
To
29/02/2000 11:49:23
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00338970
Message ID:
00339723
Views:
16
Let me add one improvement:
CREATE PROCEDURE GETID 
  @tbl  char(10)
AS
set nocount on
declare @TempId int
UPDATE NumberTable SET 
  @TempID = id_value,
  id_value = id_value + 1
WHERE tablename = @tbl
SELECT @tempid
-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform