Connection for Acessing the database from server machine to client machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aru123
    New Member
    • Feb 2008
    • 13

    Connection for Acessing the database from server machine to client machine

    My ms acess database is stored on the server.
    how the client machine will get the database from the server machine. plz give the details of how to make the connection for accessing the MS Acess database from client machine to server machine
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to specify the exact location of the file on the server and that folder must be shared with read write access.

    specify like

    \\192.168.12.45 \database\compa ny.mdb

    in the connection string

    Comment

    • aru123
      New Member
      • Feb 2008
      • 13

      #3
      Originally posted by debasisdas
      you need to specify the exact location of the file on the server and that folder must be shared with read write access.

      specify like

      \\192.168.12.45 \database\compa ny.mdb

      in the connection string

      Please send me the entire connection string or send the procedure for connection and i want read the data from server database how i give that location(server ) and also while printing the crystal report

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Please find a related article here .

        Comment

        • aru123
          New Member
          • Feb 2008
          • 13

          #5
          Originally posted by debasisdas
          Please find a related article here .
          Thank u for ur reply .can u plz send any client/server sample application or code of this so that my work will get faster

          Comment

          Working...