While migrating a delphi 7 application to delphi XE4, I encountered an error: property nometadata does not exist in TSQLDataset
.
When I compared the properties of TSQLDataset
in delphi 7 and in delphi XE4, there is NoMetadata
property in delphi 7 but no such property exists in delphi XE4.
So, should I remove NoMetaData
property from delphi code to remove this error?
Update:
When I commented all NoMetaData = True
lines in my delphi XE4 dfm file, I started to get following error:
unsupported 16bit resource file abc.dfm