Article ID: 234201 - Last Review: June 29, 2004 - Revision: 2.0 ACC2000: Using SQL to Export to Unicode by Means of the Jet Provider and Text ISAMThis article was previously published under Q234201 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb). On This PageSUMMARY
You 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: If you follow the steps in this example, you modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file and follow these steps on a copy of the database. The first two examples show you how to use queries to import and export text to and from the sample database Northwind.mdb. To set up an example, create a new query (do not add any tables), click the SQL button, and type the corresponding SQL statement. Then, to import or export, just run the query. The third example shows you how to export a table in Unicode format. 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:
| Article Translations
|

Back to the top
