Home
 
Authors
Submit Software
Quarterly Promotion
 
Categories
Business and Productivity
Desktop
Games
Graphics
Home and Education
Internet and Network
Multimedia
Programming
 ActiveX Controls
 C and C++
 Databases
 Delphi
 General
 Installers
 Java
 Libraries
 Perl
 Security
 Submission Tools
 Utilities
 Visual Basic
Utilities
Web Tools
 
Site Sponsors
Castle Software
NewzAlert.com
PadRepository.com
Gyrodrome.com
SizeExplorer.com
sfaxtools.com
GetData.com
Become a Site Sponsor
 
Contact Us
 
Google
Web SoftwareDaemon.com
Symantec's Norton Internet Security 2006

SDatabaser     2.4d

Author  Champion Code Design
Date  09/01/2006
Size  765 KB
License  Demo
Price  US $239
Platform  Win95,Win98,WinME,WinNT 3.x,WinXP,Windows2000,Windows2003
Installation  Install and Uninstall
Daemon Rating Not Rated
Downloads  87
User Rating 

Minimum Requirements 
Limitations 

Uses C/C structure definitions to operate on data files created by C/C programs.Purpose: An easy to use utility for displaying a sequential record data file for which you have the processing program and its source code. The structure definition in your source code makes it possible to format the fields in data files and therefore make them readable. There are several reasons why you might want to read them: to see if the format is correct, and if not, why, to see the values themselves. Values can be edited. Test data for new programs can be created. Also, structure definitions for "orphan" data files can be created.Makes sequential files readable, makes a sequential file look like a database. (A series of fixed length records, one per row, with the data for each field name lined up by column.)Display: Given a record structure, can display and scroll through data files of any size, making it human readable, with each field formatted and displayed in its own cell, A record structure is obtained from C source code that contains the struct that describes the record layout. The source structs are compiled. Structs can be defined or modified (fields added or removed) within this program. The complete structure of the record is displayed in the grid header with all nested structures completely delineated in their hierarchical positions. Field names are displayed in the header. Union members are sequenced by a mouse click on the (U) in front of the union name. Any individual field is displayed in 3 formats: native, ascii, or hex (binary). These formats are shown because different field types are best displayed in a particular format. A date field or float can best be understood in its native format, whereas char data is best understood in ascii or hex. But only hex can show what is in the entire field and is the best representation of what''s ''really'' in that field.

Visit SDatabaser Website 
Download SDatabaser

Copyright © 2005 Castle Software Ltd