My company have static IP- configured via router and can be accessed from internet like File Explorer - Network - Then the address bar I use to give like the below
ftp://100.99.101.102/volume(sda3)/Data/
For the above address, how to give a connection string, any kind help will be very much useful !
My Tries -Connection String
Thanks
ftp://100.99.101.102/volume(sda3)/Data/
For the above address, how to give a connection string, any kind help will be very much useful !
My Tries -Connection String
Connection String:
String MyDBConString = "Provider=Microsoft.ace.Oledb.12.0; Data Source='ftp://100.99.101.102/volume(sda1)/Data/MyDB1.accdb'; Persist Security Info=False; ";
Thanks