The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. This article applies only to a Microsoft Access database (.mdb). SUMMARYYou can use Structured Query Language (SQL) to export a table to a Unicode text file by means of the Microsoft Jet Provider and Text ISAM. MORE INFORMATIONCAUTION: Following the steps in this example will modify the sample
database Northwind.mdb. You may want to back up the Northwind.mdb file
and perform these steps on a copy of the database.
Example 1The following SQL code shows you how to export a table to a text file:
Example 2The following SQL code shows you how to import a table from a text file (this is the one created in the first example):
Example 3To modify the SQL statement so that it exports the data in Unicode text format, add the following option to the connection argument:
For example, you can modify the statement in Example 1 to the following:
Additional query words: inf
Keywords : kbdta |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |