devious
Starting Member
1 Posts |
Posted - 15 June 2001 : 08:55:26
|
Ive looked up and down in these forums and I think I am the only one getting this error.
error '800401f9' Error in the DLL /fala/forum/inc_top.asp, line 42
when opening the default.asp or any of the .asp files. I know my problem is pointing to the ability of the asp not connecting to the database but ive hunted and tried all previous suggestions for related issues. here is the setup.asp
'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql"
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:\wwwsites\fala.org\www\forum\tools\snitz_forums_2000.mdb" '## MS Access 97 strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\cgi\forum.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\wwwsites\fala.org\www\cgi\forum.mdb;" '## MS Access 2000
Ive tried relative and absolute path. I even installed latest MDAC from MS. I attempted to take the 3.1R4 database and convert to 2000, same error. any ideas? |
|