Results 1 to 4 of 4
Thread: Eclipse + Android + sqllite
- 02-24-2012, 01:50 PM #1
Member
- Join Date
- Mar 2008
- Posts
- 3
- Rep Power
- 0
Eclipse + Android + sqllite
i'm developing the android system with sqllite,
1. i able to develop, edit and delete the data, the problem now is i need to use this sql for future use(web page), can this be done?
2. and i cant find the database anywhere inside every folder i searched.
3. can i view my stored data with table view like what access and sql does?
4. can i use MSSQL(which stored at webpage under App_Data's folder) as my database?
- 02-24-2012, 03:22 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: Eclipse + Android + sqllite
If you're writing for an Android app then I think SQLLite is your only choice of database.
Most certainly you won't be able to use SQL-Server.
If the database is not going to be on the Android device, then you can use whatever you want.
I'm not sure where the SQLLite db is stored in the development environment, but in a device it is built into the OS.Please do not ask for code as refusal often offends.
- 02-24-2012, 05:36 PM #3
Member
- Join Date
- Mar 2008
- Posts
- 3
- Rep Power
- 0
- 02-27-2012, 11:07 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Similar Threads
-
Can not install Android ADT on Eclipse.
By Pojahn_M in forum AndroidReplies: 4Last Post: 01-28-2012, 11:27 AM -
Eclipse vs Netbeans for android game
By beast in forum New To JavaReplies: 5Last Post: 12-30-2011, 08:48 PM -
Android on Eclipse
By cselic in forum EclipseReplies: 2Last Post: 05-20-2010, 01:40 PM -
storing jcheckbox value to database sqllite
By bikkerss in forum New To JavaReplies: 1Last Post: 05-16-2010, 12:15 PM -
Android on Eclipse 3.2
By aibtus in forum EclipseReplies: 0Last Post: 04-08-2008, 11:11 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks