Linking database with ASP
-
Hi I want to access a Firefox database with an ASP page. The code I'm using is : Set MyLogin = Server.CreateObject("ADODB.Connection") ConnStr = "DRIVER=Firebird/InterBase(r) driver;UID=ID; PWD=Password;DBNAME=DB\db.FDB" and the error I get is: Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D) unavailable database /login/validate.asp, line 22 (I've set permissions so that I can Write to db and I've got the db in the ODBC under System DSN) Any help will be apreciated! Thanks in advance G atp.aquila@hotmail.com
-
Hi I want to access a Firefox database with an ASP page. The code I'm using is : Set MyLogin = Server.CreateObject("ADODB.Connection") ConnStr = "DRIVER=Firebird/InterBase(r) driver;UID=ID; PWD=Password;DBNAME=DB\db.FDB" and the error I get is: Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D) unavailable database /login/validate.asp, line 22 (I've set permissions so that I can Write to db and I've got the db in the ODBC under System DSN) Any help will be apreciated! Thanks in advance G atp.aquila@hotmail.com