
Users can't find local mde/mdb file
Amy,
I think your statement needs some claryfications.
Quote:
>On Windows 2000, the full path to the file cannot be over 127
> characters, including the root.
If that's true, how come MAX_PATH is declared to 260 characters in WinDef.h?
#define MAX_PATH 260
If full path would be limited to 127 characters many Windows structures and
WinAPI calls would get scrued up when using the MAX_PATH constant.
--
Regards,
Lars-Eric
http://www.clippersweden.se
Quote:
> Hi Michael,
> My name is Amy Vargo. Thank you for using the Microsoft Access
Newsgroups.
> I have seen this issue before if the path to the file is over 127
> characters. On Windows 2000, the full path to the file cannot be over 127
> characters, including the root.
> For example: C:\My Documents\My File\Mydatabase.mdb.
> If the path is greater than 127 characters, shorten the path.
> I hope this helps! If you have additional questions on this topic, please
> respond back to this posting.
> Regards,
> Amy Vargo
> Microsoft Access Engineer
> This posting is provided 'AS IS' with no warranties, and confers no
rights.
> You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
> reserved.