CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2003
    Posts
    9

    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

  2. #2
    Join Date
    Dec 2003
    Posts
    9
    no one to ans. my queries

  3. #3
    Join Date
    Jan 2004
    Posts
    8
    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.

  4. #4
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249
    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
  •  





Click Here to Expand Forum to Full Width

Featured