Reputation: 21
I try use SQL command:
SELECT *
FROM [demo].[SalesLT].[Address]
in my Azure database http://vrcorpdatabase.database.windows.net from my app. It is worked in Visual Studio on .Net platform. I try use this SQL command in Android Studio and I have got error
Reference to database and/or server name in is not supported in this version of Sql Server.
What problem is possible here?
Upvotes: 1
Views: 1697
Reputation: 21
I did it. Microsoft Azure SQL does not support connectivity with Android. I created a Microsoft SQL Enterprise virtual machine in Azure, and my application works well.
Upvotes: 1