Skip to content

Raw creation of dbf files. Files saved in dBASE III 2.0 Format.

Notifications You must be signed in to change notification settings

miptleha/cs-dbf-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbfWriter

Raw creation of dbf files. Files saved in dBASE III 2.0 Format.

There is test application that shows how to use library and compares speed of raw writing and writing via Microsoft driver.

Content of project

  • DbfWriter - Library with classes DbfWriterFast (direct to file writing) and DbfWriterMicrosoft (using oledb driver).

  • Test - Console program that generates test data and compares time of execution writing methods of each class.

How to run

Open DbfWriter.sln in Visual Studio, set Test as Startup project and run. In Program.cs can adjust size of test data.

About

Raw creation of dbf files. Files saved in dBASE III 2.0 Format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages