[android-developers] android SQLite query

2011-11-19 Thread lbendlin
You will need to learn SQL. Getting all data from a table goes like

SELECT * FROM tablename

That's what needs to go into the SQL string field. 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] android SQLite query

2011-11-19 Thread Deepu George Jacob

 I am facing a problem to access IP camera directly in android.I got byte
 streams of video file by using http request I am facing a problem How to
 convert live stream to video file . Anybody knows it please replay me..


Thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] android SQLite query

2011-11-07 Thread samarkand
hello!
i don't know how to view my DB file as list. there's an SQLite data
base file prepared and already passed to my comp from droid device.
and has been opened in sqlite browser. the browser has a window
where :'SQL string' textbox and 'SQL quiary' button.
there are three column in my DB: _Id,time_float, acceleration_float .
so i m gessing i must put some SQL instruction in mentioned text field
and tap SQL quiary button to get purpose list of fields to visualize .
but i don't know SQL well.
so that the question is clear: what a string?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en