Una cosa strana o alrtri DB access in questa cartella ma se provo a testare uno script per un carrello QUESTO
mi da quest'errore
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1d38 Thread 0x210 DBC 0xade6f64 Jet'.
/shop/elenco_linee.asp, line 106
I permessi sono a posto altrimenti non scriveri sugli altri DB
Che dipenda dal tipo di connessione che usa lo script
Codice PHP:Set DatabaseWebStore = Server.CreateObject("ADODB.Connection")
DBString =""
DBString = DBString + "Driver={Microsoft Access Driver (*.mdb)};"
DBString = DBString + "Dbq=" & Server.MapPath(".") & "\database\WebStore.mdb;"
DBString = DBString + "Uid=Admin;"
DBString = DBString + "Pwd=;"
DatabaseWebStore.Open DBString

Rispondi quotando
