Category: Uncategorized

A category for pages that don’t fit any other category.
Does not include any pages that have yet to be categorised.

Finder

Search for: The above Search widget is the same as the one visible in the side panel. Tip: tag names imported from Wikispaces are searchable as hashtags, e.g., #events will have narrower results than events. The cloud below of Popular Tags excludes less common ones that may still be found in a post through Search.…

Read the full article

Migrating from Wikispaces

You are probably aware that Wikispaces has announced a phased shutdown of its services with that for SQLite Tools for RootsMagic terminating on 30th Sep 2018. After much gnashing of teeth, I have started investigating alternatives to which the wiki might migrate. I would welcome your help in the process, especially if you are knowledgeable…

Read the full article

Earlier Queries by Date

Pages since RootsMagic 7 released 2018-07-31 Events – Add to all Children a Parent event shared with parents added 2018-07-22 GEDCOM & DnD transfer losses added 2018-07-13 File Question added (re: .DAT files in C:\Users\username\AppData\Roaming\RootsMagicAMT) 2018-03-19 Migrating from Wikispaces added 2018-01-28 TreeShare – Link Pasted Ancestry Sources added 2017-12-27 AllCitations.sql Error added 2017-12-16 Possible Orphaned Records in…

Read the full article

SQLite Question – SELECT WHERE IN #sql

Here’s a pretty dumb question. Why will the following extremely simple query not return the desired results? I’m trying to see the sentence templates just for the birth, death, marriage, and burial facts. SELECT FT.FactTypeID, FT.Name, FT.Sentence FROM FactTypeTable AS FT WHERE FT.Name IN (‘Birth’,’Death’,’Marriage’,’Burial’); To get the desired results, I instead do something like…

Read the full article