Set the DataSize of a field
Posted: 11.04.2006, 10:51
Dear visitors,
I'm trying to receive data from a MS-SQL database. The problem is in the size of the data. The datasize is set to 256 while the data contains more than 256 characters. How do I set the 'DataSize' of a field to 1000?
You can receive the datasize of a field using this source:
Thanks in advance
I'm trying to receive data from a MS-SQL database. The problem is in the size of the data. The datasize is set to 256 while the data contains more than 256 characters. How do I set the 'DataSize' of a field to 1000?
You can receive the datasize of a field using this source:
Code: Select all
ShowMessage(ZQuery1->Fields->FieldByNumber(i)->DataSize);