Wanna know how to connect sql azure with android app and sql server?
STEP 1: I want to use real-time sync between exist database (dbo schema and other) in sql server and azure mobile services/azure sql database.
- If I use Microsoft SQL Data Sync Agent to connect it, What do I have to do? e.g. add an id column to an existing table.
- Do you have other way better than this or any other suggestions ?
STEP 2: I want to connect android app to azure mobile services or azure sql database.
- How to connect android app to an existing Azure SQL table (from previous step) with Windows Azure Mobile Services.
- I'm trying to connecting SQL Azure from my android application with jdbc and jtds, But it doesn't work. Do you have other way or any other suggestions ?