I have a MS Access database with both native tables and 2 linked tables to a local sql server (via odbc drivers) .
Under MS access everything works well, i can add, delete, edit records in all tables (both native and sql linked tables)
I also have an ASP application (iis 6.0) installed and configured on the same PC and i can browse all the native MS Access tables but not the 2 sql server linked tables.
I tried to configure the ODBC connection with both sql autentication and trusted connection but nothing change, i can browse via I.E. the native MS Access tables but not the linked one's.....
I think it has something to do with the connection string.....
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Request.ServerVariables("APPL_PHYSICAL_PATH") & "mdb-database\Agenzia.mdb"
Any help?
Thanks.