I have this error:

A request to send data to the computer running IIS has failed. For more information, see HRESULT. : Microsoft SQL Server Compact.


is this a error from pull or from remote connection string:

private string strConnRemote = "Provider=SQLOLEDB;"
                                     + "Data Source=GEBRUIKER;"
                                     + "Initial Catalog=auto;"
                                     + "User id=test;"
                                     + "Password=test;";


rdaNW.LocalConnectionString = strConnLocal;
                rdaNW.InternetUrl = strURL;
                rdaNW.InternetLogin = "";
                rdaNW.InternetPassword = "";
                rdaNW.Pull("cars",
                            "SELECT * " +
                            "FROM mercedes ",
                            strConnRemote,
                            RdaTrackOption.TrackingOnWithIndexes,
                            "ErrorCategories");

i have found what the problem is:

i can not connect to http://servername/sqlceca35.dll in internet explorer on the pda. but it work on a pc.

what do i wrong?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.