tomh
unread,Nov 14, 2010, 8:13:04 AM11/14/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Exodus Users
Hi,
listindexes, from the command line, and listindexes(), within a basic
program is not returning anything.
See the command line session below.
Thanks,
Tom H
c:\...\bin>LIST DICT_TEST765_FILE
COLOR F 1 Color S L 10
CAR F 2 Car S L 10
FRUIT F 3 Fruit S L 10
c:\...\bin>
c:\...\bin>CT
File: DICT_TEST765_FILE
ItemId: CAR
DICT_TEST765_FILE CAR
001: F
002: 2
003: Car
004: S
005:
006:
007:
008:
009: L
010: 10
c:\...\bin>CT
File: DICT_TEST765_FILE
ItemId: FRUIT
DICT_TEST765_FILE FRUIT
001: F
002: 3
003: Fruit
004: S
005:
006:
007:
008:
009: L
010: 10
c:\...\bin>CREATEINDEX TEST765_FILE CAR
Created TEST765_FILE CAR index
c:\...\bin>LISTINDEXES TEST765_FILE
c:\...\bin>DELETEINDEX TEST765_FILE CAR
Deleted TEST765_FILE CAR index
c:\...\bin>
c:\...\bin>CREATEINDEX TEST765_FILE FRUIT
Created TEST765_FILE FRUIT index
c:\...\bin>LISTINDEXES TEST765_FILE
c:\...\bin>LIST TEST765_FILE COLOR CAR FRUIT
1 Red Mercedes Apple
3 Blue Subaru Kiwi
99 Blue Subaru Kiwi
c:\...\bin>DELETEINDEX TEST765_FILE FRUIT
Deleted TEST765_FILE FRUIT index
c:\...\bin>