I have a column(memo). Then dataset field type is nvarchar(2000)
(widestring). when i export the dbgrideh 's content to excel , the xls
file can't be opened.
i change nvarchar(2000) to nvarchar(1000) ,the file can be opened,
but the text can't be export if the text's length is too long .
help me!