Dim strConn as string = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("Attend.mdb") & ";"
According to my remote host server the path to my webspace is \\PDC1\sites\f\friendsofsjch.co.uk\public_html I have tried many ways adding this to my connection string without success.
Additional info. Web.config file:
<add name="AttendConnectionString3" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\attend\Attend.mdb"
providerName="System.Data.OleDb" />
help would be appreciated.

New Topic/Question
Reply




MultiQuote


|