473,396 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Import Errors - "Could not find..."

jim
I'm trying to import a 625MB, tab-delimited .txt file into Access, but
I keep receiving the following error after several minutes of what seem
to be noble attempts by Access to render the data:

The Microsoft Jet database engine could not find the object ". make
sure the object exists and that you spell its name and path name
correctly.

Does anyone have any idea of what this object is (".)? Because it's
nonspecific, I'm not sure if it's a problem with the layout of my data,
indices, or somehow related to the shear size of the file I'm trying to
import.

Thanks in advance.
Jim

Mar 14 '06 #1
4 2305
This object is the txt file you want to import. Maybe you made a
concatanation error.You probably use the DoCmd.TransferText method;
post the entire line of code you use and someone will help you out.

Mar 14 '06 #2
jim
Thanks for the reply. I'm pretty new to Access, so my method of
importing has been very basic. I've just used the File > Get External
Data > Import. Then navigated to the .txt file on my hard drive and
pressed the "import" button.

I worry that size might be a problem. The delimited text file I'm
importing has 103 columns and an unknown number of rows. It's total
size is 625 MB. If anyone has recommendations for how to manage the
import more efficiently (and ultimately *successfully*) I'd be very
interested.

Thanks.

Mar 14 '06 #3
I doubt that size is the problem. Check the file name. I remember I had
the same problem not so long ago and it turned out the file name had
two dots in it.
(like C:\test.file.txt). I always thought those filenames were
forbidden but although they are not Access cannot import them and gives
a similar error as the one you got.
Rename the file you want to import C:\something.txt and try it again.

If you are still stuck, try to break up the the txt file.

good luck

Mar 16 '06 #4
jim
Thanks. I did manage to get what I needed by splitting the file into
two parts. I hadn't considered the way the name read. I had only one
"." but also had a couple underscores and a hyphen. I'll keep an eye
out for this type of thing down the road.

Thanks for your help.

Mar 16 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Tian | last post by:
I am writing a python program which needs to support some plug-ins. I have an XML file storing some dynamic structures. XML file records some class names whose instance needs to be created in the...
5
by: Michelle Kinsey-Clinton | last post by:
Hello, I am writing an ASP app which is giving me some very frustrating errors. They appear intermittently, no real pattern to them, and often go away if you reload, or back up a few pages and...
3
by: Mudcat | last post by:
I have a directory structure that contains different modules that run depending on what the user selects. They are identical in name and structure, but what varies is the content of the functions....
5
by: mark_galeck_spam_magnet | last post by:
Hi, why does complain name 'compileFile' not defined. But works. Why? (I did read the tutorial, it seems to say "import module" should work. Thank you, Mark
2
by: mithrond | last post by:
i can't use "from __future__ import ..." statement import two statesments in the same time. for the simple code: from __future__ import with_statement, division with file('url.txt','r') as f:...
1
by: lemke_juergen | last post by:
Hi everyone, I define some vars and functions in a "support" module which gets called from my main app module. Using Python 2.5. I import all symbols in the support module at the top of the...
14
by: Paulo da Silva | last post by:
Hi! If I have two files .py such as m.py from c import * ... x=c() ... os.any_method ...
1
by: smalltalk | last post by:
I have three files names t1.py,t2.py,t3.py in e:\test\dir1,of course dir2 is exsit the content of t1.py as follow: t1.py import os print 'this is t1.py' os.chdir('..\\dir2') the content of...
0
by: sg2611 | last post by:
I am getting a warning in my VB.Net application Warning Late bound resolution; runtime errors could occur. for the following code Private Function CreateReportHeader(ByRef ExcelApp As...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.