Search:

Type: Posts; User: ddscs

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,712

    Re: A problem with return.

    The string "null" is returned.
  2. Replies
    3
    Views
    1,712

    A problem with return.

    String rows[] = new String[] {KEY_GAL_ID};
    Cursor c = ourDatabase.query(GALLERY_TABLE, rows,KEY_ROWID + "=" + rowId,null, null, null, null);
    String result = "";

    if(c.moveToFirst())
    {...
Results 1 to 2 of 2