|
Hi, I use the C#. Below is my Connection String Link To Local PC.
connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\\dms\\program\\line status\\WindowsApplication1\\dms.MDB";
Finally the DMS.mdb database will locate on other PC.
For Example:
Other PC name = ServerPC, The dms.mdb database will locate under the "Application" shared folder.
What is my connection string know ?
Thanks
|