Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Basic 6 and UNC Paths

Tags:

vb6

unc

I'm receiving feedback from a developer that "The only way visual basic (6) can deal with a UNC path is to map it to a drive." Is this accurate? And, if so, what's the underlying issue and are there any alternatives other than a mapped drive?

like image 793
Spaceman Spiff Avatar asked Sep 17 '08 19:09

Spaceman Spiff


1 Answers

We have a legacy VB6 app that uses UNC to build a connection string, so I know VB6 can do it. Often, you'll find permissions problems to be the culprit.

like image 130
Mike L Avatar answered Sep 22 '22 01:09

Mike L