January 12th, 2000, 04:30 PM
I'm relatively new to the VB development world but have extensive C++ development experience. I seem to be having a problem with the location of an Access Database when I run the program. I had the full pathname in the DatabaseName property of a Data Control but when I copied all files to a "Temp" directory to experiment with an idea, errors popped up stating that it was unable to locate <path>\MyFile.mdb at startup. Since I'll not know where the end user will be installing the application files, I attempted to circumvent this by only entering MyFile.mdb without success. I also tried .\MyFile.mdb with the same error(s). Could someone let me know if I'm doing something wrong?
Thanx, Chris.
Thanx, Chris.