A database dictionary

Published on 28th February 2010 by rosevines in Databases

View Comments
datadict

Can’t tell your first normal form from your third? Untangle basic database jargon with this easy-to-understand dictionary of terms.

Continue Reading

View Comments
multi-file-database

What’s a database? If you think of word processors as… well… processors of words, and spreadsheets as number processors, then you can think of databases as processors of unstructured information, aka “data”. Feed a database data in any sort of guise – as numbers, text, dates, images, web links – and it will digest all [...]

Continue Reading

Databasics II: Creating your first database

Published on 28th February 2010 by rosevines in Databases

View Comments

This tutorial guides you through building a simple, single-file database. In a single-file database, also known as a flat-file database, you put all your information into a single table. This is the simplest form of database to create, but it has some serious limitations and disadvantages. The most important of these limitations are that single-table [...]

Continue Reading

Databasics III: Data entry design

Published on 5th March 2010 by rosevines in Databases

View Comments
databasics_tooltips

It’s staggering how many shareware and commercial database applications have appalling data entry screens. Many developers seem to think that well-oiled inner workings are all that’s needed to sell an application, when any user knows that, when you get down to it, the interface is the app. When you’re designing a database application, you’re taking [...]

Continue Reading

View Comments
dataerrormessages

In the previous tutorial I discussed some guidelines for creating data entry screens that are easy to use. In this tutorial, we’ll put those guidelines into action by refining the membership database we introduced in part two of this series. I’ll step through the process in Microsoft Access 2000 and Microsoft Access 2010. If you’re [...]

Continue Reading

The year of the database

Published on 28th November 2007 by rosevines in Blog, Commentary, Databases, Reviews

View Comments

I’ve put the Kindle and the Sony Reader aside for a day to finish writing my latest comparative review of database software for Australian PC User magazine. I’ve been writing such reviews since the early 1980s, when dBASE was top dog in the database stakes. It was a seriously buggy program, but in the very [...]

Continue Reading