When we run the following query:
tsql "select DOCID from tbldoc1 where OCR = 'None'"
on one of our tables, we get a series of error messages, like so:
100 Error in data, file F:\database\dow\tbldoc1.tbl, offset 0x8B8EA1
However, this query:
tsql "select DOCID from tbldoc1 where OCR like 'None*'"
returns results with no problem. We're using the NT version of texis, Nov. 1999 version, and none of our file sizes are above 2 GB, which can be a problem in NT. Do you know why we're getting that error message at first, and how we might get rid of it?
tsql "select DOCID from tbldoc1 where OCR = 'None'"
on one of our tables, we get a series of error messages, like so:
100 Error in data, file F:\database\dow\tbldoc1.tbl, offset 0x8B8EA1
However, this query:
tsql "select DOCID from tbldoc1 where OCR like 'None*'"
returns results with no problem. We're using the NT version of texis, Nov. 1999 version, and none of our file sizes are above 2 GB, which can be a problem in NT. Do you know why we're getting that error message at first, and how we might get rid of it?