The database could not be opened !! > Check your config.asp file and set the > strConnString so it points to the database. > Also check if strDBType is set to the right databasetype. > > Code : -2147467259 > > Her you can se the config i have done > > 'strDBType = "sqlserver" > strDBType = "access" > 'strDBType = "mysql" > > '## Make sure to uncomment one of the strConnString lines! > 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; > DBQ=D:\myserver\forum\tools\snitz_forums_2000.mdb" ## MS Access 97 > 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & > Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path > 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data > Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000 > 'strConnString = "driver={SQL > Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7 > 'strConnString = > "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL > > I have dome system dns for the database and i have done virutial direktor in the iis5 > I hope you can help me whit this the database in the mapp tools > bequs i have to try your forum
you haven't uncommented a strConnString (removed the ' in front of it) you did for the strDBType, but haven't for a strConnString, uncomment the appropriate one, and you should be fine