Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access and modify clarion .dat file

Tags:

clarion

Does anyone know how to access and edit the .dat clarion files? It seems that clarion is a database for DOS. the tables are stored in DAT files. I need to update few fields of that file.

like image 517
viz12 Avatar asked Dec 05 '12 07:12

viz12


1 Answers

For a simple edit, you can use the CSCN.EXE utility. It's a DOS app, it runs in Windows 32 bits.
Download it here (try F1).

For programmatic access, you'll need to develop something using Clarion for Windows

like image 114
Carlos Gutiérrez Avatar answered Nov 06 '22 06:11

Carlos Gutiérrez