Online Database
-
Hi, i got an access database on a FTP-server. Can anyone tell me how i can get to that database in a .net database application? The underdog
-
Hi, i got an access database on a FTP-server. Can anyone tell me how i can get to that database in a .net database application? The underdog
First, be sure that the directory of your mdb is accessible in terms of user and directory permissions. Then just feed DataSource property of your connection string (for OleDbConnection object) with the path of your mdb relative to the application path. Give it a try....?
-
First, be sure that the directory of your mdb is accessible in terms of user and directory permissions. Then just feed DataSource property of your connection string (for OleDbConnection object) with the path of your mdb relative to the application path. Give it a try....?