I converted it to work off ms access instead of SQL.
One of the applications or process was built on VS 2003 and the main app is built in VS 2010.
The following Connections string works fine when application is installed on the C drive but will not work if the installation was done on the programs folders:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=ATP_Data\My_Data.mdb;User Id=admin;Password=;"
Now that same connections string works perfect in the VS 2003 application.
Why does it work fine on both apps when installed on the C drive?
Second question:
My application works fine and saves data fine to access as long as I have admin rights to the local drive, how can I make my program bypass that and make it able to write to access even if not logged in as admin for that PC? Do I must have their IT department give writing rights tot eh installation folder?
Thanks fo ryour help
JCollado
David CarterPosted Mar 5, 2011, 8:01 PM
Decide where you are going to install the program and database on the network and then get the company IT people to share this folder on the network and also allow network users to change the database file.
Try looking at MS help - Search "How to take ownership of a file or folder in Windows 7" or "Windows 7 network sharing"
Hope this helps.
D
Juan ColladoPosted Mar 7, 2011, 7:53 AM