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 3343092
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:54:53+00:00 2026-05-18T00:54:53+00:00

In Extensbile Strage Engine (ESE/JetBlue) I’ve got a table that contains data I’d like

  • 0

In Extensbile Strage Engine (ESE/JetBlue) I’ve got a table that contains data I’d like to locate using two indexes

assuming that each row has three integers X, Y, and Z. I’d like to quickly locate all the rows where X=10 and Y=20 (for example)

the resulting set would contain all the entries where X=10, Y=20, and Z= whever Z happened to be

is this possible?

the sequence of

JetSetCurrentIndex(), JetMakeKey(), JetSeek(), and JetMove() confuse me. i’m not 100% this is even possible without searching for X=10 and then filtering all values where Y!=20 myself?

thanks!

  • 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-05-18T00:54:53+00:00Added an answer on May 18, 2026 at 12:54 am

    You can do that with the JetIntersectIndexes API, which returns all records contained in two index ranges. You need to:

    1. For the first key value:

      • Open the table (JetOpenTable)
      • select the index (JetSetCurrentIndex)
      • seek to the start the first index range (JetMakeKey, JetSeek)
      • create an index range on the first value (JetMakeKey, JetSetIndexRange)
    2. For the second key value:

      • open the table a second time (JetOpenTable)
      • select the other index (JetSetCurrentIndex)
      • seek in the index to the start of the second key value (JetMakeKey, JetSeek)
      • create an index range on the second value (JetMakeKey, JetSetIndexRange).
    3. Call JetIntersectIndexes with the two index ranges to create a temporary table of matching bookmarks.

    4. Enumerate the temporary table returned by the call (JetMove). Retrieve the record bookmarks (JetRetrieveColumn) and go to the records (JetGotoBookmark).
    5. Close the temporary table when done! (JetCloseTable).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write an application that manipulates camera data. I would like to
I'm using Extensible Storage Engine and want a unique column (32bits wide). I need
Does the Microsoft Extensible Storage Engine expose enough access to the storage manager to
How to deal with a project manager that imposes really tight deadlines but with
So I am currently creating a Paint-like application for sports. You will some shapes
I really have a strange situation. I'm making a Linux multi-threaded C application using
I have made the decision to use monotouch to develop an application that browses
We build software using Hudson and Maven. We have C#, java and last, but
I'm working with some legacy code that makes extensive use of this kind of
I am not a database guy. My understanding of data modelling is not extensive.

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.