Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / September 2007

Tip: Looking for answers? Try searching our database.

Extra "." (dot) in filename before the dot3 file extension....

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Raymond - 07 Sep 2007 20:34 GMT
Hello,

I'm concerned about potential problems as a result of working with files
that have an additional "dot" in the file name; additional to the dot3 file
extension.

I will be working primarily with file types from Adobe Acrobat and MS Office
Suite within the Windows XP operating system, and with email and FTP
internet protocols; however, external clients and future needs may indicate
other applications for these files...

Can anyone inform me of potetial issues with the use of "." (dot) in file
naming?

Thanks in advance,

Raymond
Ken Snell (MVP) - 07 Sep 2007 20:54 GMT
Are you talking about files named like this:  MyFile..dot3

And what do you want to do with those files in ACCESS?

Signature

       Ken Snell
<MS ACCESS MVP>

> Hello,
>
[quoted text clipped - 13 lines]
>
> Raymond
John Nurick - 12 Sep 2007 21:57 GMT
Hi Raymond,

Since you've asked in an Access newsgroup I presume you're only asking
about problems Access may have working with files that have more than
one dot in their names (or to put it another way, where there may be
one or more dots in the name as well as a dot between the name and the
extension.

Unfortunately there are some bits of code in and around Access (as of
Access 2003, I haven't checked 2007) that fail if there are multiple
dots. Presumably they are left over from 16-bit days and assume that
the first dot in a filename marks the beginning of a 3-character
exension. (Hands up anyone who hasn't written code that does that...)

I don't have chapter and verse. A recent thread in this group showed
that it's an issue with TransferText (but not, perhaps surprisingly,
with the even older VB file I/O functions). The subject was
    File names causing a problem
starting on 7 August 2007.

Most likely the problem is confined to ancillary routines such as
TransferText. It should be possible to work round it when importing or
linking by using the short name corresponding to the multi-dotted
filename (you can get it by using the FileSystemObjectObject).

>Hello,
>
[quoted text clipped - 13 lines]
>
>Raymond

--
John Nurick - Access MVP
Ken Snell (MVP) - 12 Sep 2007 22:38 GMT
> Unfortunately there are some bits of code in and around Access (as of
> Access 2003, I haven't checked 2007) that fail if there are multiple
> dots. Presumably they are left over from 16-bit days and assume that
> the first dot in a filename marks the beginning of a 3-character
> exension. (Hands up anyone who hasn't written code that does that...)

Y (person staning with both hands up)

I've never done this.. < g >.

I always start at the end of the string and find the 'last" dot in order to
determine the beginning of an extension. But then, I'm a relatively newcomer
to programming.....! < chuckle >

Signature

       Ken Snell
<MS ACCESS MVP>

Pieter Wijnen - 24 Sep 2007 10:32 GMT
And I always put dots in my dev folders to make sure never to do that (even
back in the 16 bits world)
I have had a few gotcha's with spaces though ... <g>

Pieter

>> Unfortunately there are some bits of code in and around Access (as of
>> Access 2003, I haven't checked 2007) that fail if there are multiple
[quoted text clipped - 9 lines]
> to determine the beginning of an extension. But then, I'm a relatively
> newcomer to programming.....! < chuckle >
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.