I just changed the database folder name and now I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name too long
/forum/inc_header.asp, line 129
This is the data folder connection string:
strConnString = "Provide=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/data/chsnitz2004.mdb") '## MS Access 2000 using virtual path
Any idea what's going on?
The last line is line 129:
if strGroupCategories = "1" then
if Request.QueryString("Group") = "" then
if Request.Cookies(strCookieURL & "GROUP") = "" Then
Group = 2
else
Group = Request.Cookies(strCookieURL & "GROUP")
end if
else
Group = cLng(Request.QueryString("Group"))
end if
Version is 3.4.04