Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    62

    Help with network access

    I have the need to access files over a network.

    Never have done this before.

    The type of access will be from a terminal at the office over the local Lan and from a home office that logs into that Lan.

    Any ideas of how to connect, protocol, address, etc?

    Thanks in advance. Eric

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    I haven't done it myself but I would think that you'd need to specify how you are logging into your LAN - VPN, FTP etc. ? Once logged in can you map a drive to the source?

    Machines on the LAN are no problem. Just use fully qualified UNC's.

  3. #3
    Join Date
    Jun 2004
    Posts
    62
    I finally realized my problem.

    when you store the UNC value in a variable you must do this

    UNC = "\\\\address1\\address2\\address3";

    instead of UNC = "\\address1\address2\address3";

    The slash "\" indicates the extra slash's you must include.

    \\address1\address2\address3 is a proper UNC address but for some reason Autoplay requires double the slash's to get it to display correctly.


    Eric

  4. #4
    Join Date
    Mar 2012
    Posts
    1
    Eric, you're a life saver, I tried everything but this, now it's all working fine.

Similar Threads

  1. Access db Login - Question! Please help me..
    By hytblue in forum AutoPlay Media Studio 7.5
    Replies: 8
    Last Post: 01-07-2009, 12:25 PM
  2. Installing the Microsoft Access Runtime Engine
    By Adam in forum Setup Factory 8.0 FAQ
    Replies: 0
    Last Post: 04-28-2008, 11:22 AM
  3. INFO: Microsoft Data Access Components 2.8 Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:20 AM
  4. access 2000 run time
    By jennersc in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-31-2003, 12:09 PM
  5. INFO: Installing the Microsoft Access Runtime Engine
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-11-2002, 01:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts