Hey guys,
Ok so I have created a wonderfull app using sqlite, now I am planing to moving the database side of things to AZURE. So I create the AZURE sql database, all the tables I need, happy....now I think how do I connect, surely this must be easy.......
Ok so look at AZURE mobile app, create easy tables that have the same name as the tables I made previously. Thinking this looks promising.
Can see how to connect etc.....
But now I want to query these tables...... cant seem to see anyway to call stored procedures or views or even create joins between tables.
So my question is
whats the best way to connect to a azure database for a cross platform Xamarin Forms app that allows for normal queries or stored procedure calls.