you have to iterate the cursor...

On Sun, Jan 30, 2011 at 12:52 AM, André <[email protected]> wrote:

> Is there a simple way to get all my values from a column in my
> database to a String[] without having to use simpleCursorAdapter?
>
> When I try:
>
> String[] from = new String[]{dbManager.NAME};
>
> I only get the name of the column.
> I'd appreciate any suggestions!
>
> //André
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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

Reply via email to