Re: Linking a dbf file with a filename longer than 8 characters
- From: "david epsom dot com dot au" <david@epsomdotcomdotau>
- Date: Wed, 4 May 2005 09:39:22 +1000
Windows normally has both a long name and a short name
associated with each file. You can see the shortnames
at the cmd prompt by using DIR /x
If you are using code to re-link, you can use the windows
api to look up the short name for each file:
Declare Function GetShortPathName Lib "kernel32" _
Alias "GetShortPathNameA" (ByVal lpszLongPath As String, _
ByVal lpszShortPath As String, ByVal cchBuffer As Long) As Long
(david)
"Jean-Guy" <Jean-Guy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D8047739-059B-401D-AA1B-0108CE3D9190@xxxxxxxxxxxxxxxx
>I have several dbf files that Iâ??d like to link into MS Access 2000 that
>have
> filenames longer than eight characters. Access by default doesnâ??t allow
> dbf
> filenames longer than eight characters. I really need to keep my dbf
> filenames the way they are right now (i.e. longer than eight characters
> long). Is there a way around this problem?
>
> Jean-Guy
>
.
- Follow-Ups:
- References:
- Linking a dbf file with a filename longer than 8 characters
- From: Jean-Guy
- Linking a dbf file with a filename longer than 8 characters
- Prev by Date: Re: trouble importing from Excel
- Next by Date: Re: HELP to separate 5 numbers into 5 separate columns
- Previous by thread: Linking a dbf file with a filename longer than 8 characters
- Next by thread: Re: Linking a dbf file with a filename longer than 8 characters
- Index(es):
Relevant Pages
|
Loading