Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
you......want to connect an android app to a MSSQL database?
not to be blunt - but thats doing it wrong. use an API. -
jlcfly1178yIf you must connect directly from an Android app, just use JTDS. Android is Java, after all. (Native, that is.)
I'm guessing this would work. Haven't tried it myself. -
devJoe27168yMS and Java, bad combination, there are several other better methods for storing data on android
-
In Android development you could use SQLite as a best solution for implementing local data storages. But also you are free to create your own server side application that will use MS SQL, that will provider api to your android client
-
suprano38308yYou can check Udacity out. They have a course on not exactly what you want but SQLite for local data storage on Android. I'm actually taking now.. Pretty nice stuff.
Related Rants
Where can I learn using MS SQL in Android development? Please help.
undefined
database
android