martinrybak/SQLClient

Azure Database?

Opened this issue · 0 comments

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.