Network path Access problem
-
I have developed a windows applicaion in C#.I want to install this app in 10 system on the network.But i want to use same database( MS access) for application.I have a connection string in app config This is my original database path how can access this database from other system on the network please write the connection string in appconfig for other system?
-
I have developed a windows applicaion in C#.I want to install this app in 10 system on the network.But i want to use same database( MS access) for application.I have a connection string in app config This is my original database path how can access this database from other system on the network please write the connection string in appconfig for other system?
You have to write like this \\Server\C\ABC\MyDatabase.mdb
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
I have developed a windows applicaion in C#.I want to install this app in 10 system on the network.But i want to use same database( MS access) for application.I have a connection string in app config This is my original database path how can access this database from other system on the network please write the connection string in appconfig for other system?
:laugh:Hi, You can use [ Server.Mappath("\\x\\xx.mdb") ] Try this. Thanks
"Good Thing Goes With Good People..."