i have oledb connection with this string
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Downloads\sase2.xls;Extended Properties="Excel
8.0;HDR=Yes;IMEX=1"" and work fine with normal *.xls file but when file is
saved as web page i get error initializing connection. What i need to do to
read that excel document?
thx

Re: excel question by Paul

Paul
Mon Jun 21 11:01:43 CDT 2004

On Fri, 18 Jun 2004 00:12:04 +0200, "DzemoT." <dzemo@wizard.ba> wrote:

¤ i have oledb connection with this string
¤ "Provider=Microsoft.Jet.OLEDB.4.0;Data
¤ Source=C:\Downloads\sase2.xls;Extended Properties="Excel
¤ 8.0;HDR=Yes;IMEX=1"" and work fine with normal *.xls file but when file is
¤ saved as web page i get error initializing connection. What i need to do to
¤ read that excel document?
¤ thx
¤

Once you've save Excel as a web page it is in HTML format. The Excel driver cannot read this format.


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)