If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > TransferDatabase help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-03, 15:39
leyna_rossi leyna_rossi is offline
Registered User
 
Join Date: Nov 2003
Posts: 6
TransferDatabase help

Hello everyone,

I have an access database ("Inspectors") that I would like to export to .dbf ("Inspectors.dbf") using the TransferDatabase action. The main table I want to transfer is called "SFTable".

I am using the following code:

DoCmd.TransferDatabase acExport, "dBase IV", "C:\Inspectors.mdb", acReport, "SFTable", "Inspectors.dbf"

When I run the code, a message box appears saying that "C:\inspectors.mdb" is not a valid link. The database is there and it is not corrupted. Am I coding it wrong?

Thanks for your help.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On