Jeffrey
The issue may be related to invalid data in your file. PxPlus doesn't, by default, validate that the data you write into the files matches the data dictionary specifications. On the other hand, ODBC access relies on the fact that the data adheres to the specifications.
What might be happening is that there is a field whose contents is larger than expected thereby causing a memory access problem.
To check this try running the Verify Data option on the Database export utility. Basically pretend you are going to export your data to a database, launch the export utility from the data dictionary and select "Verify Data". It should read through your file and check that the file contents adheres to the Data Dictionary specifications.
Good luck
The issue may be related to invalid data in your file. PxPlus doesn't, by default, validate that the data you write into the files matches the data dictionary specifications. On the other hand, ODBC access relies on the fact that the data adheres to the specifications.
What might be happening is that there is a field whose contents is larger than expected thereby causing a memory access problem.
To check this try running the Verify Data option on the Database export utility. Basically pretend you are going to export your data to a database, launch the export utility from the data dictionary and select "Verify Data". It should read through your file and check that the file contents adheres to the Data Dictionary specifications.
Good luck