Internal gds software consistency check (decompression overran buffer (179)) Statement: SELECT R1.Cliqui, R1.Project, R1.Test, P.Price, COUNT (DISTINCT SAMPLENO) FROM RESULT R1, ESAMPLE E LEFT OUTER JOIN PRICE P ON R1.TEST=P.TESTCODE AND R1.CLIQUI=P.CLIQUI AND E.MATRIXTYPE=P.MATRIXTYPE WHERE R1.CLIQUI=50 AND R1.CLIQUI=E.CLIQUI AND R1.PROJECT=E.PROJECT AND R1.SAMPLENO=E.SAMPLENO GROUP BY R1.Cliqui, R1.Project, R1.Test, P.Price
Team
Delphi Developer
Sun, 29 Feb 2004 06:04:01 GMT
Re:What does this error mean?
Most likely that you have a damaged database file. Try repairing it with gfix and see if that corrects the problem.
-- Bill (TeamB cannot answer questions received via email)