Ciao a tutti
Pikkolo problema con uno script su aruba:
Set DatabaseWebStore = Server.CreateObject("ADODB.Connection")
DBString =""
DBString = DBString + "Driver={Microsoft Access Driver (*.mdb)};"
DBString = DBString + "Dbq=" & Server.MapPath (".") & ("mdb-database/WebStore.mdb;")
DBString = DBString + "Uid=Admin;"
DBString = DBString + "Pwd=;"
DatabaseWebStore.Open DBString
Questo dovrebbe collegarmi con il database su aruba ma quando vado per vedere la pagina in internet mi dice questo
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/public/aspcarrello/elenco_linee.asp, line 105 )
Mi sembra molto strano,anche perche in locale funziona benissimo
non vorrei che fosse windows 2003 server
Grazieeeeee![]()
![]()


Rispondi quotando