M
Marc Bumgarner
I'm using OWC10 to load data from SQLServer using the following code
snippet:
.....
datastr = rs.GetString(, , ",", cRecSep, vbNullString)
oSprd.CSVData = datastr
ostream.WriteText oSprd.HTMLData
ostream.SaveToFile App.Path & "\OWC.HTM", adSaveCreateOverWrite
WebBrowser1.navigate App.Path & "\OWC.HTM"
......
This seems to work fine but what I have found is that the output from
HTMLData is very large 2-5 MB depending on number of row,columns,formulas
etc.. Is there a way to limit the output without using addition processing
on the output.
Thanks,
Marc
snippet:
.....
datastr = rs.GetString(, , ",", cRecSep, vbNullString)
oSprd.CSVData = datastr
ostream.WriteText oSprd.HTMLData
ostream.SaveToFile App.Path & "\OWC.HTM", adSaveCreateOverWrite
WebBrowser1.navigate App.Path & "\OWC.HTM"
......
This seems to work fine but what I have found is that the output from
HTMLData is very large 2-5 MB depending on number of row,columns,formulas
etc.. Is there a way to limit the output without using addition processing
on the output.
Thanks,
Marc