J
John Rugo
Hi All,
I'm not sure what forum to present this question in, sorry if it is wrong.
I am pulling data into a Vb.NET app using ADO.NET.
I am then pushing this data out to an Excel Spreadsheet via OLEDB.
My problem here is that I have a comments field in SQL Server 2000 that is
of type VarChar(4000). If my record's column data is longer then 256
characters it will be truncated. I'm trying to figure out a way around
this. I am setting the output of the column for Excel to (Memo) if that
helps.
Thanks for any help,
John.
I'm not sure what forum to present this question in, sorry if it is wrong.
I am pulling data into a Vb.NET app using ADO.NET.
I am then pushing this data out to an Excel Spreadsheet via OLEDB.
My problem here is that I have a comments field in SQL Server 2000 that is
of type VarChar(4000). If my record's column data is longer then 256
characters it will be truncated. I'm trying to figure out a way around
this. I am setting the output of the column for Excel to (Memo) if that
helps.
Thanks for any help,
John.