Question

I'm trying to migrate from Delphi 7 to Delphi 2010.

My first difficulty is a FIELDNAME truncation.

I'm using a table with a column where the name exceeds the size of 30 characters (31 chars exactly).

When the query opens, an exception occours:

Field 'NUM_DIAS_ATRASO_BLOQ_FAT_PESSOA' not found

After I changed the field name (with an alias like "NUM_DIAS_ATRASO_BLOQ_FAT_PESSO"), everything comes fine....

At Delphi7 this problem doesn't occours!

How can I solve this???

Était-ce utile?

La solution

Problem solved!

Installed updates 4 and 5.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top