Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: "Microsoft Jet Database Engine Could Not Find the Object" Error Message Exporting Visual FoxPro Table


View products that this article applies to.

Symptoms

When you use the Visual FoxPro ODBC driver, you are unable to export to any folder except the default database folder. When you try to export to any other folder, you receive the following error message:
The Microsoft Jet database engine could not find the object. Make sure the object exists and that you spell its name and the path name correctly.

↑ Back to the top


Resolution

The only known workaround at this time is to always browse to the default database folder when you export an object.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

Steps to Reproduce Behavior

  1. On the Tools menu, click Options.
  2. In the Options dialog box, click the General tab.
  3. Note the location of default database folder under Default database folder, and then click OK.
  4. Create the following table:
       Table: FPExpTbl
       -----------------
       Field Name:Field1
       Data Type: Text
    
       Field Name:Field2
       Data Type: Text
    					
  5. On the File menu, click Save. In the Table Name box, type FPExpText, and then click OK.
  6. Switch to Datasheet view, and then add the following records to the table.
       Field1   Field2
       ---------------
          1        a
          2        b
          3        c
    					
  7. On the File menu, click Close.
  8. Make sure the FPExpTbl table is selected in the Database window, and then click Export on the File menu.
  9. In the Save as type list, click ODBC Databases.
  10. In the Export dialog box, type ExpTest, and then click OK.
  11. In the Select Data Source dialog box, click the Machine Data Source tab.
  12. Under Data Source Name, click Visual FoxPro Tables, and then click OK.
  13. In the Configure Connection dialog box, click Free Table directory. Browse to any folder other than the default database folder, and then click OK.
Note that you receive the error message mentioned in the "Symptoms" section.

↑ Back to the top


Keywords: KB241471, kbpending, kbbug, kberrmsg

↑ Back to the top

Article Info
Article ID : 241471
Revision : 2
Created on : 6/24/2004
Published on : 6/24/2004
Exists online : False
Views : 397