My Code:
rda.InternetLogin = "domain\username"
rda.InternetPassword = "password"
rda.SubmitSql("SELECT * FROM Table", rdaOleDbConnectString)
I have a client trying to use my application through SSL.
https://DOMAINCONTROLLER/sqlmobile/sqlcesa30.dll
they do not have certificiates setup...and it isn't working at all.
Any help?
You cannot use SSL without a public certificate installed on the server, and that certificate's root must be present on the device.
No comments:
Post a Comment