views:

18

answers:

0

I want to modify the access method of the index structure of SQLJet. I managed to use the underlying B+Tree directly (without using the standard method by creating tables, rows...) to insert data and I can also move the ISqlJetBtreeCursor to the record I'm looking for. But unfortunately, there I'm stuck. The ISqlJetBtreeCursor is pointing to the right record but I'm not able to read the containing data. Now I'm desperately asking if there is anyone who is familiar with SQLJet and might be able to give me tip how I can retrieve the data when the cursor is at the right position.