Hello

Hello,

We are trying to do a connection a online SQLServer database hosted in Azure using UniConnection and UniQuery (UniDAC components), from Mac OS Sierra:

In local test (Spain) works correctly but my app is rejected by apple store with the exception:

Error on data reading from the connection: Resource temporarily unavailable. Socket Error Code: 35($23)

I have test in local using NAT64 wifi, and works.

What this could be?

Comments

  1. Azure SQL Server blocks connections, except for allowed using a firewall rule. Do you mean that you allow any ip connect to your server?
    Best solution, for me, would be use a middle tier for access data and business logic, this can be done with datasnap, or use a ORM like TMS Aurelius, Synopse mORMot, etc. This service can be hosted in any virtual machine (cloud or local) or implemented using php in a public web site (all use fixed public ip, so firewall rules can be limited to this addresses)

    ReplyDelete

Post a Comment