-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (35 loc) · 1.86 KB
/
README
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Gentry v0.1
This program fits a need of mine for what I have found lacking for quite
some time in the database realm. That need, simply put, is data entry.
But the data entry needed to be generic enough that it could accomodate
different tables.
So, I wrote this program as part of my attempt to improve my skills in C
and GTK+. And, as i have been an active believer and consumer of free
programs, I felt I should return the favor and make this program available
for public consumption.
This program requires MySQL client libraries and development headers as
that is the program of choice for my database work.
Also, this requires GTK Version 1.2 and its development headers.
Feel free to modify the program or improve upon it and send the patches
or updates to me and I will be glad to include them. For now, this program
has made some simple shortcuts in order to get it functional.
To run the program, you must execute it with the database and table name
on the command line, as follows:
gentry personal address
There are new command line switches that allow you to specify the username
and password on the command line as well:
gentry personal address -u username -p password
There are three buttons.
The first is Insert and it does exactly what it says, inserts the data into
the database. If there is an error with the insert, the data will be left
on the screen and the MySQL error message displayed in the status bar. If
the insert is successful, the data items will be cleared and you will be
ready to continue with the next entry.
The Clear button just clears the data from the entry boxes.
The Cancel button exits the application. It was named Cancel as I felt the
data entry should be canceled to stop. (Maybe Quit would be more
appropriate; any feedback on this?)
That is all, I suppose.
Ed Davison
http://gentry.sourceforge.net