MyConnectionString=" Provider=Microsoft.ace.Oledb.12.0; Data Source='ftp://111.222.33.444/MyFolder1/MyFolder2/MyFolder3/MyAccessDB.accdb'; UserID='MyUserID'; Password='MyPassword'; Persist Security Info=False;"; or may be Provider=Microsoft.ace.Oledb.12.0; Data Source='ftp:////111.222.33.444//MyFolder1//MyFolder2//MyFolder3//MyAccessDB.accdb'; UserID='MyUserID'; Password='MyPassword'; Persist Security Info=False;"; Thanks for the Guidances Thank Regards Paraman What I have tried: I tried to connect my database by FTP connection string
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Randor