Hi,
I am quite unexperienced too, about databases, but for the last 8 months I have been converting my system takeing care of issueing / printing tickets to theatre performances / festivals, from a text based database (just saving data on text files!) to a more professional system using SQL technologi. In the matter of facts, I am using the interface and inplement of this technologie offered by MySql. At
http://dev.mysql.com/downloads/ you can download (for FREE! No strings attached) all what you will need to run a database on your computer or, if you wish, online or on a server using your (several) computer as terminal. You will have to download:
1) MySQL Database Server and Client ( 1 file)
2) MySQL Administrator
3) MySQL Query Browser
You down load the files for your platform and install them. The installation is pretty straight forward (especially on apple macs, which I use).
All the files are installed to the "root" level of your PC/MAC, and you will have to have administrator privileges to access/create/modify the database. Your Revolution enviroment have plenty of insruction to access this kind of database.
Start with the Mysql administrator (remember, first start the server, starting up your machine after installation). Connect to your computer (localhost, root, no password) then look around to understand the system. Every "database" and table you create her are accessible from the Revoultion programming enviroment. This database tecnologi is very fast, handles big amounts of data and make all your data invisible!
Hope this can help.
Pali