Visual Basic Code: Familiar with a PATH like this? "//server/data/... "
I wrote a Visual Basic (5.0) program about 10 years ago and compiled an .exe file when I was done. At the time, the database file it used was on a server and written into the code was this path: "//server/data/systemhistory.mdb".
I'm now trying to run the same previously compiled program on a stand-alone computer (i.e. no server). Is there some way I can make a local drive, partition, or whatever "appear" as "//server/data/"? If it was compiled using "Q:/data/" or something similar, I could just rename a drive partition "Q:", and stick the database file there... but "//server"?
I used to be very familiar with what the "//server" meant, but like I said... it was 10 years ago!
Thanks in advance for any help you can provide.