I've also modified the web.config file with the following:
<add key="ConnectionStringFactory" value="DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:Documents and SettingscokimsMy DocumentsVisual Studio 2008WebSitesWebSite1FusionChartsDB" ></add>
<
add key="ConnectionStringFusionChart" value="DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:Documents and SettingscokimsMy DocumentsVisual Studio 2008WebSitesWebSite1FusionChartsDB" ></add>When running the default.aspx, I get the following error
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.Odbc.OdbcException: ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Grateful for some help.

Back to top
MultiQuote

