From: John Martens on

From an XLS file I'm getting data like this:
oSQL := SQLSelect{"SELECT * FROM [sheet1$]",oHost}

getting a the content of a cell is coded like this:
uTableFieldInfo := oSQL:FIELDGET(dwCol)

The length of the FieldGet is never bigger than 255 chars while some
fields have a bigger content.

How do I get the full content of the field ?

John