Domanda

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???

È stato utile?

Soluzione

Problem solved!

Installed updates 4 and 5.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top