Buongiorno a tutti,
purtroppo ho un problema per connettere il mio database access su un server2008 64bit.
Sto effettuando il passaggio dati dal vecchio database access a sqlserver, il mio intento è avere 2 connessioni attive
1) verso database sqlserver
2) verso mdb con tabelle allegate che puntano al database su sqlserver
Nella pagina asp ho inserito il seguente codice:
Set IBLCon = Server.CreateObject("ADODB.Connection")
IBLCon.ConnectionTimeout = 90
IBLCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=C:\$_jxxxdati$\DB.mdb"
Se nel campo data source inserisco il database con le tabelle access la connessione da esito positivo, se invece inserisco il db con le tabelle allegate visualizzo l'errore:
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
Qualcuno sa aiutarmi per favore
Grazie mille
![]()
![]()
![]()
![]()