Results 1 to 2 of 2

Thread: networking a database program?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Posts
    118

    Post

    I am wanting to write a ordering program that needs to be used on several computers at once.I am wanting to know is there any thing I should do to let the database be shared. Any help would be appreciated.
    Thanks Paul

    ------------------

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Raleigh, NC
    Posts
    70

    Post

    If the database you are using is Access, the default is shared access. You specify this in the OpenDatabase method:
    Set db = OpenDatabase("C:\MyDb.mdb",False)

    The False (which is optional) opens the database in shared mode.

    Bash

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