I'm trying replicate a SQL Server database to a device with SQL Compact 3.5 on it and I can get replication working fine via IIS. However, the publication has an option to use FTP to publish the replication data, but I don't seem to be able to configure SQL Compact to connect to the FTP site. There's nothing online that says I can't do that, but I also can't find a walk-through showing that I can.

Does anybody know if I can connect a SQL Compact database to a publisher via FTP rather than IIS Web?

有帮助吗?

解决方案

That is not supported with SQL Server Compact, only IIS based Sync works.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top