To populate tables in your database from a text file, you need to create a tab delimited file. 要通过文本文件向数据库填入数据,需要创建一个以制表符定界的文件。
Saves Calendar information in a Tab Delimited file format. 以制表符分隔文件格式保存日历信息。
Double quotes The location and number of double quote marks in a field in a tab delimited file affect how they are handled when the file is imported. 双引号双数场引号中的位置和一个制表符分隔的文件(TDF)影响到他们如何处理时,该文件是进口的。
You can do this using either INSERT statements, or loading data into a table from a tab delimited text file. 为此,可以使用INSERT语句,也可以从以制表符定界的文本文件中将数据导入表中。