473,382 Members | 1,107 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,382 software developers and data experts.

Can't Import a .dbf File

I opened a blank database and tried to import a .dbf file that someone
had sent me into it: there were choices for importing it as
dbIII, dbIV or db5 format--I have no idea which of these the file I
have corresponds to, so I tried each of them without success.
The dialog box showed that file in its window but each time I clicked
on it I got the message

"The microsoft jet database engine could not find the object
agencyall.dbf."

What do I need to do?
thanks,
--thelma
Nov 13 '05 #1
2 9647

Believe it or not, rename the file so that it conforms to the old DOS
8.3 name lengths.

In other words, rename
agencyall.dbf
to
agencyal.dbf
and try again.
On 7 Sep 2005 06:23:53 GMT, Thelma Lubkin <th****@alpha2.csd.uwm.edu>
wrote:
I opened a blank database and tried to import a .dbf file that someone
had sent me into it: there were choices for importing it as
dbIII, dbIV or db5 format--I have no idea which of these the file I
have corresponds to, so I tried each of them without success.
The dialog box showed that file in its window but each time I clicked
on it I got the message
"The microsoft jet database engine could not find the object
agencyall.dbf."
What do I need to do?

--
Drive C: Error. (A)bort (R)etry (S)mack The Darned Thing

Nov 13 '05 #2
Chuck Grimsby <c.*******@worldnet.att.net.invalid> wrote:

: Believe it or not, rename the file so that it conforms to the old DOS
: 8.3 name lengths.

: In other words, rename
: agencyall.dbf
: to
: agencyal.dbf
: and try again.
: On 7 Sep 2005 06:23:53 GMT, Thelma Lubkin <th****@alpha2.csd.uwm.edu>
: wrote:
:>I opened a blank database and tried to import a .dbf file that someone
:>had sent me into it: there were choices for importing it as
:>dbIII, dbIV or db5 format--I have no idea which of these the file I
:>have corresponds to, so I tried each of them without success.
:>The dialog box showed that file in its window but each time I clicked
:>on it I got the message
:> "The microsoft jet database engine could not find the object
:> agencyall.dbf."
:>What do I need to do?
Thank you: I don't think there's a book, not even a
google search where I could have learned this.
It's very much in the spirit of your sig line.
--thelma
: --
: Drive C: Error. (A)bort (R)etry (S)mack The Darned Thing

Nov 13 '05 #3

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

Similar topics

12
by: Richard Hanson | last post by:
Over the last few days, I reinstalled Win2kSP2 to a spare harddrive I had just swapped into my Fujitsu LifeBook P1120 (long story <wink>). Subsequently, I DL'ed the newest Python alpha (2.4a2), and...
5
by: Steve Holden | last post by:
This is even stranger: it makes it if I import the module a second time: import dbimp as dbimp import sys if __name__ == "__main__": dbimp.install() #k = sys.modules.keys() #k.sort() #for...
4
by: MackS | last post by:
Hi I'm new to Python, I've read the FAQ but still can't get the following simple example working: # file main_mod.py: global_string = 'abc' def main():
1
by: Learning Python | last post by:
An example in the book I didn't understood well two modules files recursively import/from each other in recur1.py,we have: x=1 import recur2 y=1
3
by: Chris | last post by:
Hi, 1) In file test.aspx, i put: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %> <%@ import namespace="System.Data"%> <%@ import...
2
by: unexpected | last post by:
Hey guys, I'm having problems importing a file into my python app. Everytime I try to define the object specified by this file, i.e, test = Test(), It raises an ImportError exception:...
3
by: yinglcs | last post by:
Hi, i have 2 python files in *different directory* , how can I import python functions from 1 python file to another? i get this error: import task ImportError: No module named task/ Thank...
2
by: Bill Jackson | last post by:
Once again, I am having issues with imports... Until now, I thought the general guidelines were to rarely use 'from x import y' syntax, except when you really want to copy names over. However, I...
2
by: inetjack | last post by:
Hi, This is a little test application, generating and compiling code at runtime. The loadClassLoader() method of the Factory Object suppose to unload all class previously loaded. It does not...
6
by: provor | last post by:
Hello, I have the following code that I am using when a user presses a button to import an excel file into a table. The code is hard coded to point to the correct table. This works great for this...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.