Re: ADO and OLEDB provider
You have hard coded the location of the database in your connection string. Have you ensured that the machine on which you are installing the program has the same direct path?
If it is different machine then the location of the database will different (Different path). When you debug the program, you would be using your machine, and so can locate the database.
Check the path you have specified.
Hope this helps.
Thanks.
Re: ADO and OLEDB provider
make sure u give complete path to database in the connection string. moreover the path must be registry based i.e where the user installs the application.
Regards
Re: ADO and OLEDB provider
I have solved this problem. thanks for your help!!!