hojo
Computer
- Oct 9, 2002
- 18
Hello all.
I have a database project that uses ADODC's. This program will run on a lot of different computers and therefore the path of the database is not constant. I can overwrite this once the program loads by finding the right pass and chanding the conection string property of the ADODC.
HOWEVER while the program is loading i get an error for each ADODC that the database doesn't exist (i.e instead of C drive it might be D drive for example. As i said above i can correct the path but I want to bypass these error messages so the user doesn't have to press enter 20 times before they can use the program.
Thanks for your help...
Hojo
I have a database project that uses ADODC's. This program will run on a lot of different computers and therefore the path of the database is not constant. I can overwrite this once the program loads by finding the right pass and chanding the conection string property of the ADODC.
HOWEVER while the program is loading i get an error for each ADODC that the database doesn't exist (i.e instead of C drive it might be D drive for example. As i said above i can correct the path but I want to bypass these error messages so the user doesn't have to press enter 20 times before they can use the program.
Thanks for your help...
Hojo