Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 831 Bytes

File metadata and controls

17 lines (17 loc) · 831 Bytes
title Creating and Opening Tables (Text File Driver) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
text file driver [ODBC], creating and opening tables
ms.assetid e6a07dda-a665-4f5b-a8d6-9ff479700513
author David-Engel
ms.author v-daenge

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.