Btrieve index with delphi 5 -
11-26-2004
, 03:07 PM
Hi to All...
Ý am using PervasiveSQl V8.1 Whenever i use the below index in my delphi
application xith B_GET_EQUAL everytime i get status 4. I am entering correct
record and trying to read that record by using B_GET_EQUAL but i get status
4. if someone used below index with delphi, please send me delphi 5 sample
source codes with btrieve file that shows me how to use below index with
btrieve file.
Normally, i use btrieve indexes everytime but i did not use the below index
definition. Other indexes that i use them work just fine. I think there is a
specific problem to use below index related to Pervasive and Borland.
Here is the index that i want to use:
index1 : Record
StoreCode : SmallInt;
Barcode : Double;
CustomerNo : Array [0..9] of char;
end;
Thanks in advance... |