martinrybak / SQLClient

Native Microsoft SQL Server client for iOS
http://objcsharp.wordpress.com/2013/10/15/an-open-source-sql-server-library-for-ios/
MIT License
125 stars 51 forks source link

Azure Database? #68

Open JohnStraumann66 opened 5 years ago

JohnStraumann66 commented 5 years ago

Hi:

Thanks for the code! Hey is it possible to connect to an AZURE SQL DB using this library? I tried and got an error: Adaptive Server connection failed (azuredbsrvr1.database.windows.net). My connection string in .NET is: Server=tcp:azuredbsrvr1.database.windows.net,1433, so I also tried using azuredbsrvr1.database.windows.net:1433 but that did not work either. Thanks for any advice.