Problem/Issue 3710
 
Query for PDR ID
Example: search for PDR ID 109-9999 , just enter 9999 into the entry field and press ENTER.
Open Build: Open Date: Language:
1.30.212 04.05.2000 (All)
Closed Build: Close Date: Platform:
1.82.306 16.04.2004 ALL
State: Reference PDR ID: Hotfix Rollup No.:
CLOSED    
Symptom:
INDEX ON .. with DELDBE leads to wrong error
Description:
USE test VIA DELDBE
INDEX ON field1 TO tmp
leads to either an XPPFATAL.LOG or IDSC error. But it should
raise an error "Operation not supported".




Solution:
INDEX ON is not supported by the DELDBE. To get index support for the
DELDBE you have to build a new DBE as following:

 DbeBuild("DELCDX","DELDBE","CDXDBE")

Then use the DELCDX Engine to open your text file and create
the indexes. Note also that the field-values of the DELDBE
can be varying in size due to the nature of the delimited
format. Therefore use index expressions which ensure a
constant length such as PADR(FIELD->NAME,20) to guarantee this.




 
(C) Copyright Alaska Software Inc. 2008, All rights reserved!
Disclaimer, Limitation of Liability, no Warranty: THE INFORMATION, DOCUMENTS, FILES AND MATERIALS CONTAINED IN THIS SITE ARE PROVIDED "AS IS". ALASKA SOFTWARE DOES NOT WARRANT THE ACCURACY, ADEQUACY OR COMPLETENESS OF THIS INFORMATION AND MATERIALS; THUS EXPRESSLY DISCLAIMS LIABILITY FOR ERRORS OR OMISSIONS IN THIS INFORMATION AND MATERIALS.
WARRANTIES OF ANY KIND, IMPLIED, EXPRESSED OR STATUTORY, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF NON-INFRINGEMENT OF THIRD PARTY RIGHTS, TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR RESOLVEMENT-CLAIMS, ARE DISCLAIMED.