I'm trying to use the ASP.NET gridview that is bound to a datasource that has a connection string to a Access 2007 database that I have stored in my Sharepoint server sites document library.
I tested the following connection string in Designer and then the query that I am using and it works fine.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source="\\servername\projects\RR\Tracker\Shared Documents\DFTRACK.accdb"
When I try to view the page in a browser I get a non-descript error.
Any thoughts?
Nikki Wright
I tested the following connection string in Designer and then the query that I am using and it works fine.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source="\\servername\projects\RR\Tracker\Shared Documents\DFTRACK.accdb"
When I try to view the page in a browser I get a non-descript error.
Any thoughts?
Nikki Wright