Data
ID #1044
How do I handle a error 47?
Error 47 indicates Invalid Record Declarion, i.e. data file declared in application and real disk file does not match. To fix this problem you must convert disk file to be matched new structure. There are 2 ways to do this:
- Conversion of file with source generation
- Conversion of file using Clarion IDE.
Tags: data file conversion, invalid record declaration
Related entries:
- How to prevent running of Application Wizard creating new application?
- How to see fields of tables located in main DLL for specified debugged DLL in multi-dll projects?
- What is the error "Internal error 1: WSLDIAL"?
- How to run application that will not be displayed in task bar?
- What is INNER join?
Last update: 2007-07-13 15:58
Author: Aleksey Timkov
Revision: 1.2
You can comment on this entry
Comment of Vadim Sinyavskyy:
As alternate way you may use our SoftCreator DC Template and you will forget about this error so far.
Added at: 2007-03-14 14:03