you can use the raw query or query or content Provider for this..... execSQL will not work in case of Select Clause and it must returns the cursor don't forget this........
On Thu, Feb 2, 2012 at 6:31 PM, Kostya Vasilyev <[email protected]> wrote: > On 02/02/2012 04:53 PM, saex wrote: > > I like execSQL because i can do this: > > db.execSQL("INSERT INTO Usuarios (codigo, nombre) VALUES (1, > 'pedro')"); > > exist's something similar (wich only needs a string as parameter) but > to do SELECT sentences and returns a Cursor with the results???? > > Thanks > > > > http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#rawQuery(java.lang.String, > java.lang.String[])<http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#rawQuery%28java.lang.String,%20java.lang.String[]%29> > > But I'd think twice before using this too much :) > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Bhaumik Thaker -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

