Existing SQL database android help

Posted by basketball4567 on Stack Overflow See other posts from Stack Overflow or by basketball4567
Published on 2010-03-15T21:41:02Z Indexed on 2010/03/15 21:49 UTC
Read the original article Hit count: 183

Filed under:

Hey guys,

I am new to android programming and i am trying to make an app that will interface with a website i have. It is a movie website with all of its information stored in SQL database. I know how to write the requests and queries in .asp but dont know how to get information from the database in my app. I want the user to be able to enter a movie title, and through a couple of stored procedures that are in my SQL database, return the info on that movie(actor, budget, genre....). I would like to have little info stored on the device, have all of the queries being sent to my SQL server and just have the info being returned.

So my question boils down to, how do i link my existing SQL database with an android app.

Any help would be great.

Thanks Basketball4567

© Stack Overflow or respective owner

Related posts about android