On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there any trick to be able to access a network drive? When I run my app > on > my computer, it read and saves to a database fine. However, when I install > the app and db on a network drive which is accessible by several windows > machines, it reads the db but does not write to it (although its possible > there is an > older db on the local machine which would mean it doesn't read or write to > the db on the network drive).
I had a similiar question a while back, and the answer was do not use mapped drives . I was trying to move a file to a windows mapped network drive, and it kept failing. the path that failed was s:\scans\ the path that worked was \\codescanner\scans Keith _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
