The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
The Microsoft Access 97 Help topic "Export a database object to an FTP
Internet server" states:
Both of these statements are incorrect.
RESOLUTIONIf you want to export to an FTP server use one of the following methods. Method 1Export them to a location on your local hard drive or to a network server, and then copy the exported files to the FTP server using a utility such as the Microsoft Web Publishing Wizard.Method 2Use a Visual Basic for Applications procedure to export the object.Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact a Microsoft Certified Solution Provider or the Microsoft fee-based consulting line at (800) 936-5200. For more information about Microsoft Certified Solution Providers, please see the following page on the World Wide Web: http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.aspThis sample procedure exports the Shippers table as a Microsoft Excel spreadsheet and the Orders table as a text file from the sample database Northwind.mdb. Make sure that the FTP folder that you are exporting to has write permissions enabled or the export will fail.
Method 3Use a macro to export the objects. This sample macro exports the Shippers table as a Microsoft Excel spreadsheet and the Orders table as a text file from the sample database Northwind.mdb. Make sure that the FTP folder that you are exporting to has write permissions enabled or the export will fail.
MORE INFORMATIONWhen you try to export a database object to an FTP server, you receive the following message when you click Export in the Save As dialog:
Steps to Reproduce BehaviorThe following example demonstrates the behavior by exporting a Microsoft Excel file to an FTP server. The same results occur with any type of file.
ftp://servername/customers.xls REFERENCESFor more information about WebPost, please see the following article in the Microsoft Knowledge Base: Q168636 Microsoft Web Publishing Wizard Version 1.5 Available Additional query words: prb dbase foxpro mdb paradox html
Keywords : |
Last Reviewed: August 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |