XP Pro, Access, "Undefined Error" 
Author Message
 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



Sat, 09 Jul 2005 08:03:11 GMT  
 XP Pro, Access, "Undefined Error"

Quote:
> How on earth is this resolved now??? Help, I'm at a dead stop because
> of this error!

Start out by checking that the path is actually correct to the db by
printing it out.

PL.



Sat, 09 Jul 2005 08:59:56 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need Help, Error "undefined dynalink"!

2. Help: "...undefined Dynalink" error

3. Newbie question: "undefined function in query", Access db

4. usage of undefined and "undefined"

5. "Undefined" Error - Newbie question

6. VB5Prog.exe "Unexpected Error" on XP

7. "Application Error" in XP

8. "Call to undefined Dynalink"

9. Access 2000 Error - "Application Defined Error"

10. Error 525 "Data Access Error"

11. "Access is denied" Error

12. "Access is denied" error

 

 
Powered by phpBB® Forum Software