|
-
January 1st, 2004, 08:24 AM
#1
multi user method in access
friends
i have to shift my running inventory s/w (multuser system) from SQL server backend to ACCESS-2000. In sql server backend I have used @@IDENTITY to trace the last inserted ID to link order and orderDetails tables (FK).
if i convert the backend to ACCESS how i solve this problem. Mine is a multiuser system around 25 users are making order entries at a time.
pl. help
bobbytom
-
January 5th, 2004, 08:04 AM
#2
no one to ans. my queries
-
January 6th, 2004, 04:43 AM
#3
Try to store in tables all the informations about the users. It is difficult and takes a lot of time but I think this is the best solution in Access.
Regards.
-
January 6th, 2004, 07:37 AM
#4
Question: Why in the world would you want to move FROM SQL Server BACK to Access? Isn't that migrating the wrong way? Why go from a database that is robust, scalable, and MULTI-USER bulletproof to one that you're only asking for BIG time headaches with 25 users hitting it at the same time?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|