http://qs321.pair.com?node_id=785071


in reply to DBMS and network drive

Presumably by "notepad file" you mean a Windows plain text file, or are you using some special feature of Notepad that I have missed?
Anyway, assuming you are just using open and not any OLE magic, then it is just a question of determining the correct path name for the file in open. The fact that a drive is networked should be transparent at that level.

Replies are listed 'Best First'.
Re^2: DBMS and network drive
by hnd (Scribe) on Aug 01, 2009 at 09:11 UTC
    so this means if i do
    open(<filehandle>,<network path>);
    i will be open a file on the network drive???
    can you give an example depecting how to 'open' a file in the network drive???
    and i've used just a simple notepad file no OLE magic...
    =====================================================
    i'am worst at what do best and for this gift i fell blessed...
    i found it hard it's hard to find well whatever
    NEVERMIND
      You really should RTFM.