I don't really know PureBasic but I expect that you are not assigning the index handle to a variable?
xdbOpenIndex("curr1.idx", hdb1)
Should be: ?????
curr1 = xdbOpenIndex("curr1.idx", hdb1)
...and...
xdbReindexAll(curr1, 0)
Should be: ?????
xdbReindexAll(hdb1, 0)
Just a ...
Search found 2 matches
- Wed Jun 13, 2007 1:18 am
- Forum: Off Topic
- Topic: Cheetah Indexing with PureBasic
- Replies: 18
- Views: 2674
- Sun Aug 13, 2006 3:39 am
- Forum: General Discussion
- Topic: DBF Files
- Replies: 19
- Views: 7326