User Tools

Site Tools


ascii_database_driver.htm
Navigation:  ISAM File Drivers > ASCII Database Driver >====== ASCII Database Driver ====== Previous pageReturn to chapter overviewNext page

Database Drivers

Choosing the Right Database Driver

Common Database Driver Features

Driver Strings

ASCII:Specifications

ASCII:Supported Data Types

ASCII:File Specifications/Maximums

ASCII:Driver Strings

ASCII:Supported Commands and Attributes

ASCII:Specifications

The ASCII driver reads and writes standard ASCII files without field delimiters. This is often used for mainframe data import/export with an ASCII flat-file. By default, a carriage-return/line-feed delimits records. The ASCII driver does not support keys.

Files: ClaASCL.LIB Windows Static Link Library
ClaASC.LIB Windows Export Library
ClaASC.DLL Windows Dynamic Link Library

TipBox.jpg

Due to its lack of relational features and security (anyone can view and change an ASCII file using Notepad), it's unlikely you'll use the ASCII driver to store large data files. But it can help you create a text file viewer–use it to open a file, and read it in to a multi-line edit or list box control.
 

ASCII:Supported Data Types

STRING

GROUP

USTRING

ASCII:File Specifications/Maximums

File Size:             4 GB

Records per File:      4,294,967,295 bytes

Record Size:           65,520 bytes

Field Size:            65,520 bytes

Fields per Record:     65,520

Keys/Indexes per File: n/a

Key Size:              n/a

Memo fields per File:  n/a

Memo Field Size:       n/a

Open Data Files:       Operating system dependent

ascii_database_driver.htm.txt · Last modified: 2021/04/15 15:56 by 127.0.0.1