0
Can someone tell me the the actual meaning of (app.path) during creating connection
Please.
2 Réponses
0
Thanks alot
- 1
When running in VB6 IDE, app.path refers to the path where VB IDE executable runs in. When running as stand alone executable, app.path refers to the path where the executable runs in.
P.S. I could be wrong, it's been so long since I used VB6.