I found the following Microsoft article after researching the specific error I was getting.
Can anyone explain the resolution listed in the following Microsoft article:
http://support.microsoft.com/default...b;EN-US;251254
I have read the article several times and have gone into the control panel, opened the system dialog and looked at the system environment variables on my server, which are:
Temp = c:\winnt\temp
TMP = c:\winnt\temp
The Temp folder does exist in windows explorer.
Then I opened the command shell and used the set command to check the system environment, which showed the following for the temp folder:
Temp = c:\docume~1\admini~1\locals~1\temp
TMP = c:\docume~1\admini~1\locals~1\temp
That folder also exists in windows explorer.
So, is there a conflict here? Is the system environment for the temp directory pointing to two different to paths? Is this why Iâm getting the error when trying to run ASP scripts connecting to an Access database?
I didn't understand what I needed to do to correct the error as described in the resolution of the Microsoft article. I'm not sure what and how I need to edit to correct the problem.
Can anyone please help.
Thanks,
-D-