Converting from older versions of Kith and Kin
Using Kith and KinPro with TreeDraw
Tutorial - Using the Tree Area
Tutorial - Working with person and family data forms
Tutorial - Searching using queries
Tutorial - Adding extra fields to people and families
Tutorial - Starting your own family tree
Tutorial - Importing a GEDCOM file
Database maintenance
Changing the name of a database
Adding and maintaining user-defined fields
Data maintenance
Adding and maintaining aliases
Adding and maintaining sources
Adding and maintaining source documents
Adding and maintaining source document repositories
Re-using an old person or family code
Searching / querying
Displaying a relationship between two people
Searching for date errors / inconsistencies
Searching for events on a particular day
Searching for people who are not on the Tree Area
Screen
Selecting families using the mouse
Selecting families by relationship
Closing all open forms at once
Choosing the selection's layer
Removing families from a layer
Creating a new layer from selection
Turning the Tree Area on and off
Turning the Button Bar on and off
Turning the Status Bar on and off
Turning the Tree Area Control on and off
Printing
Printing an indented descendant tree
Printing a missing data report
Printing source document details
Printing document repository details
Previewing a report on the screen
Copying printed pages to the clipboard
Importing / exporting
Exporting data to a delimited text file
Importing a text file into notes
Exporting a text file from notes
Exporting a report to a PDF file
General
Setting current database options
Choosing a family to move to when the tree is opened
Choosing the current database language
Setting regional / language options
Selecting / defining a database name
Glossary
Here is a list of the most frequently used SQL clauses, operators and reserved words which apply to queries used in the Search Window. This is not a complete list but should be sufficient for any queries in Kith and Kin Pro. For a complete introduction to ANSI-standard SQL, see one of the many Web sites or third-party books.
Every SQL statement must begin with SELECT and then a list of field names or "*" for all field names. Field names can be qualified by being prefixed by the table name that they belong to and a dot, eg. People.Code, Families.Code.
A complete SQL statement has a SELECT line first followed by a FROM clause line and then any additional clause lines.
SELECT | specifies fields to include, eg. Surname, Birth date |
FROM | specifies the tables to include, eg. People, Sources |
WHERE | specifies the conditions used to include records |
ORDER BY | specifies any fields used for sorting |
Arithmetic | + - * / |
Comparison | < > = <> >= =< IS NULL IS NOT NULL |
Logical | AND OR NOT |
String | % (wild card) _ (character replacement) |
UPPER() | forces string to upper case |
LOWER() | forces string to lower case |
LIKE | non-exact string matches |
IN() | single value from list |
JDATE() | converts a date into a julian date - must be used for date comparisons |
Selects all the fields and all the records from the People table.
Selects only the "Description" and "Birth date" fields but all the records from the People table.
Selects only the "Description" and "Birth date" fields but all the records from the People table. These records are then sorted by "Birth date"
Selects only the "Description" and "Birth date" fields from the People table. Only records which have an entry in "Birth date" are selected. These records are then sorted by "Birth date"
Selects only the "Description" and "Birth date" fields from the People table. Only records which have a "Birth date" on or after 1 JAN 1900 are selected. The "Description" field is given the heading "Person" in the results list. The "JDATE" function converts a date string to a julian date so that it can be compared with the "Birth date" field. "JDATE" uses the input date format set in Preferences.
Selects the "Firstnames" field from the Person table. Only records which have "fred" in the "Firstnames" filed are selected, eg "Fred", "Alfred". The "LOWER" function forces each string to lower case thus making the comparison case-insensitive. The "LIKE" function allows you to do partial matches on strings; the "%"s indicate that it does not matter what text is before or after "fred".
Selects only the "Description" and "Male" fields from the People table. Only records which have something in the "Surname" field and "Male" is true are selected. Note that fields can appear in the "WHERE" clause which are not in the "SELECT" line. This statement uses "AND" to select only records which match both "Surname <> ''" and "Male = True".
Selects only the "Description" and "Birth date" fields from the People table. Only records which have people who were not born in the 1800s are selected. This statement uses "OR" to select any records which match either "Birth date < JDATE('? ? 1800')" or "Birth date > JDATE('31 Dec 1899')".
Selects only the "Description" field from the People table. Only records which have "Code"s of 18 or 20 are selected, ie. only person [P18] and person [P20].
This statement finds all the people who have pictures. Selects only the "Description" fields from both the Pictures table and the People table and joins the records together. Each row in the results list contains the person's description and the corresponding picture description. The ORDER BY clause makes sure that the pictures for a particular person are grouped together. Note that the tables have been given different names ("Prs" and "Pic") as have the "Description" fields ("Person" and "Picture"). The WHERE clause joins the tables together using Pic.RecordCode = Prs.Code. The RecordType = 'P' condition ensures that no 'F' (family) pictures are mistakenly assigned to people.
Note that using upper-case for reserved words and lower-case for field names is merely a convention used to improve readability.
Copyright © SpanSoft 1998-2019. All rights reserved.
Download genealogy software with free 30-day trial. Free to try software is for genealogy and family history. Import GEDCOM files and print genealogy charts using our free to try family history program. Download our free to try family tree program. Free 30-day trial family history program. Historians can download genealogy database program which is free-to-try. Download genealogy program to store your family tree, there is a free trial. Download genealogy software. You can download free trial versions of our family tree software to store your family history. To store family history, download genealogy software. Download family history software which is free to try and is used for genealogy. Store your family tree in our genealogy software database. Store family trees using our free to try family tree program. Download genealogy program which is free to try. Download genealogy software for family history. Why not download genealogy software for your ancestors history. It's free for 30 days. We specialize in free to try genealogy software available for download. Here users can download family tree software for historians. Download genealogy software for family history research. Our database program is good for family history research.