View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] k.karthikit@gmail.com is offline
external usenet poster
 
Posts: 1
Default Invalid internet address

Hello All,

I used the Oledb connection string as follows

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Test.xls;Extended
Properties="Excel 8.0"

Its working for local path.If i gave the path as

Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=http://localhost/Test/Test.xls;Extended Properties="Excel 8.0"

It throws "Invalid internet address." exception.

Whats wrong in this connection string............?

Please help me....

Regards,
karthik