
XP Pro, Access, "Undefined Error"
OK, I've been down this road before, but not with Windows XP.
I've upgraded to XP Professional and I'm trying to debug some ASP
pages that connect to an access database. Typical JET connection:
dim objDBConnection
set objDBConnection = server.CreateObject("ADODB.Connection")
' Open the database connection
dim connectionString
path = server.MapPath("../dbs/comedyzone.mdb")
connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
path
objDBConnection.Open connectionString
Micro$oft...thanks!) that was usually solved by setting the
permissions on the TEMP directory for both the system and the user.
Well, I've got IUSER, Everyone, and a host of others with permissions
set to "Full Control" on both the c:\Windows\TEMP and the user's TEMP
folder. I've checked the environment variables to make sure they're
pointing to the proper place, and I'm still getting the error.
How on earth is this resolved now??? Help, I'm at a dead stop because
of this error!
Thanks in advance...
Ric