G
Guest
hi all:
use on access(xp+sp3) + SQL SERVER (MS SQL 2000 sp3)
many users
ID ID_s Fa Fb Fc Fd Fe
(auto int)(prgset int)
1 10 abc bcd cde def efg
3 30 abc1 bcd2 cde5 def8 efg1
2 50 abc2 bcd3 cde6 def9 efg2
4 80 abc3 bcd4 cde7 def0 efg3
....
order by ID_s
i do that ,bc i want to insert a new record and then thought the ID_s can
sort the table
but at many users this way was wrong, bc, the ID_s value at sometime will
same as other user do,can you help me how to do the insert? thanks!
howel
2005/01/07
use on access(xp+sp3) + SQL SERVER (MS SQL 2000 sp3)
many users
ID ID_s Fa Fb Fc Fd Fe
(auto int)(prgset int)
1 10 abc bcd cde def efg
3 30 abc1 bcd2 cde5 def8 efg1
2 50 abc2 bcd3 cde6 def9 efg2
4 80 abc3 bcd4 cde7 def0 efg3
....
order by ID_s
i do that ,bc i want to insert a new record and then thought the ID_s can
sort the table
but at many users this way was wrong, bc, the ID_s value at sometime will
same as other user do,can you help me how to do the insert? thanks!
howel
2005/01/07