-
problem after setup
hello guys
i had a problem with a project it's formed from normal vb project connected to data base
but the problem that after the setup the programme and run the project it dosen't find the database file even it's besid it with the same folder!!
so how i can make it always connected !!
-
Re: problem after setup
That is a problem with your code. Did you hard code the location of the DB in your app? Are you using bound controls. Those are the ways to cripple an application after deployment.
What are you using to deploy your app?