|
From: John Martens on 13 Jul 2008 10:24 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
|
Pages: 1 Prev: Getting sheetnames from XLS file Next: Problem with database access from a DLL |