File: README

package info (click to toggle)
cldump 0.11~dfsg-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: ansic: 2,267; makefile: 48
file content (27 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
README for cldump
-----------------

 cldump - dumps Clarion databases to text, SQL and CSV formats

Clarion is a Windows IDE like Delphi or others, and has its own (simple)
database format.

This utility can dump these databases to text, SQL and CSV formats. See
the manpage (man 1 cldump, src/cldump.1) for more information.


To build the utility, go to src and type make.


In the doc directory you'll find some technical bulletins from Clarion which
I found on the web when I wrote cldump. They're not a complete documentation
of the database format and contain errors and omissions; they're a good
starting point to understand the file format, but you'll be on your own for
anything advanced.


cldump is released under the terms of the GNU General Public License, version 2
of the license as published by the Free Software Foundation.


 -- Julien BLACHE <jb@jblache.org>, 2004-11-07