Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 753 Bytes

creating-and-opening-tables-text-file-driver.md

File metadata and controls

14 lines (14 loc) · 753 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Creating and Opening Tables (Text File Driver)
Creating and Opening Tables (Text File Driver)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
text file driver [ODBC], creating and opening tables

Creating and Opening Tables (Text File Driver)

When the Text driver is used, a new table is created using the format specified in Odbcinst.ini. If not specified, tables are created in CSVDELIMITED format. By default, INTEGER columns default to 11 characters and FLOAT columns default to 22 characters. DATE columns use the YYYY-MM-DD format. CHAR and LONGCHAR columns are the width specified in the CREATE statement.