SDAc problem connection in iOS and Android

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
erva
Posts: 8
Joined: Sat 29 Feb 2020 15:59

SDAc problem connection in iOS and Android

Post by erva » Thu 05 Mar 2020 21:13

I'am using SDAC demo and trying to connect Azure SQL. When test app is compiled to Windows and MacOS, no errors came when trying to establish connection to server.

But with Android i get error message "Unknown host 'xxxx.database.windows.net' Socket Error Code: 0($0)"

And with iOS i get error "This certificate is not trusted by the trust provider."

MSConnection.provider is set to 'prDirect'

erva
Posts: 8
Joined: Sat 29 Feb 2020 15:59

Re: SDAc problem connection in iOS and Android

Post by erva » Thu 05 Mar 2020 21:21

Got Android working. Phone was dropped off from internet connection....

erva
Posts: 8
Joined: Sat 29 Feb 2020 15:59

Re: SDAc problem connection in iOS and Android

Post by erva » Thu 05 Mar 2020 21:38

With iOS got now error "Function is not linked" and after that came also "This certificate is not trusted by the trust provider."

With Android also managed to post records to db, so it seems to be working fine. And also Win and macOS versions.

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: SDAc problem connection in iOS and Android

Post by Stellar » Fri 06 Mar 2020 12:46

The issue with the "Function is not linked" error when connecting to the server on iOS has been fixed, the fix will be included in the next build of SDAC.

Post Reply