Hello.
Somehow i managed that my program works with access databse located on my computer:
con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\company.mdb"
Now i would like that program will open the database company.mdb from my web page exp. www.page.com/company.mdb
Can you suggest how?
THX