How to get OWC to access database on the internet?

A

amsy

Hello,

Newbie question -- I've heard conflicting stories on the ability of Office
Web Components to access a data source that resides on the internet (as
opposed to the intranet). Some say you can, some say you cannot.

I'd like to insert a chart on a page which I like to use data from an Access
database on my webpage. How do I get that chart to link to a data source on
my website? I use the following line to connect to my database normally:

Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &
Server.MapPath("\amsy\db\test.mdb"))

But where do I insert this in the data connection section so I can get my
OWC chart to connect to this database?

Many Thanks,
 
Top