Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8693875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:38:42+00:00 2026-06-13T00:38:42+00:00

Is it possible to use 2 different cursors for selecting table : this for

  • 0

Is it possible to use 2 different cursors for selecting table :

this for a table1

Cursor b = myDbHelper.getSchoolType();
String def = b.getString(0);

and this for another table

c = myDbHelper.getAllSchoolData();
String abc = c.getString(0);

I try to retrieve data from two table useing two cursor but it show error :

android.database.CursorIndexOutOfBoundsException : Index -1 requested, with a size of 2

please help…
thanks for all kinds of answer

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T00:38:44+00:00Added an answer on June 13, 2026 at 12:38 am

    By default the cursor pointer points to the position before the first entry (row), so you need to move it to a proper position before you can read data from it. For example move to the first entry:

    if(cursor != null && cursor.moveToFirst()) 
        String value = cursor.getString(0);
        ...
    }
    

    There are similar methods like moveToNext(), moveToLast() etc, see the reference page for more.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to use two different foreach loops in one table with Smarty?
Is it possible to use different icons for ICS devices and 3.0 and previous
I am using Rails 3.2.1. Is it possible to use different views when using
As we work in team today, and we use different OSes, is it possible
Is is possible to use Tuckey's URL Rewrite to rewrite to a different Tomcat
Is it possible use mod_rewrite to resolve addresses hosted on another server? Say I
Is it possible use a MySQL query to perform this kind of check? If
Is this possible to use Ajax.Beginform with update target inside of ajax form. like
I'm wondering if it's possible for SSRS reports to use different datasources depending on
Is it possible to use two different databases on WordPress depending the environment where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.