C
Casper Hornstrup
I use a template Excel document and ODBC to populate the document.
The connection string is:
Provider=MSDASQL;Driver={Microsoft Excel Driver (*.xls)};DBQ=" + Filename +
"; ReadOnly=False;FirstRowHasNames=1;MaxScanRows=8;
All expected rows are there, but when I open the file in Excel 2003. I get
two warnings:
"File error: Data may have been lost."
How can I remove or disable these warnings?
Casper Hornstrup
The connection string is:
Provider=MSDASQL;Driver={Microsoft Excel Driver (*.xls)};DBQ=" + Filename +
"; ReadOnly=False;FirstRowHasNames=1;MaxScanRows=8;
All expected rows are there, but when I open the file in Excel 2003. I get
two warnings:
"File error: Data may have been lost."
How can I remove or disable these warnings?
Casper Hornstrup