Database Question.
Posted: Fri Nov 11, 2005 7:30 pm
				
				I am hoping to write a program to help me cataloge my toy collection, which all being well I want to share (the program) one day. My idea on how to do what I want  is basically this:
I need two databases of some sorts, one (called for example "Toy.db") which holds a record of all the toys and accessories out there. The other called "User.db", which stores which ones the user has and some additional user information on them.
When you add a new record you select from a list of possible toys (and accessories for each entry) generated from Toy.db, a reference number to that toy and some additional user information is then stored into User.db . When you display an entry, the information for that toy is taken from Toy.db and displayed with the extra user information on screen - thus making a personal entry for that toy showing what you have.
I know Pure Basic can handle databases generated with Microsoft Access (which I use at work). So I wonder would it best to create the databases in this format or too create my own unique format instead. Idealy I need something that is at least semi-secure (via either encryption or password protection) so that the databases cannot be edited directly and only by me (so I can issue offical updates/corrections as needed).
Could someone tell me what they think is the best way of doing this as I have never tried to create a database program before and I don't want to start on one path and then hit a brick wall stopping things and me in the process.
Any thoughts on the best way to approach this is appreicated.
Thanks
Andy
			I need two databases of some sorts, one (called for example "Toy.db") which holds a record of all the toys and accessories out there. The other called "User.db", which stores which ones the user has and some additional user information on them.
When you add a new record you select from a list of possible toys (and accessories for each entry) generated from Toy.db, a reference number to that toy and some additional user information is then stored into User.db . When you display an entry, the information for that toy is taken from Toy.db and displayed with the extra user information on screen - thus making a personal entry for that toy showing what you have.
I know Pure Basic can handle databases generated with Microsoft Access (which I use at work). So I wonder would it best to create the databases in this format or too create my own unique format instead. Idealy I need something that is at least semi-secure (via either encryption or password protection) so that the databases cannot be edited directly and only by me (so I can issue offical updates/corrections as needed).
Could someone tell me what they think is the best way of doing this as I have never tried to create a database program before and I don't want to start on one path and then hit a brick wall stopping things and me in the process.
Any thoughts on the best way to approach this is appreicated.
Thanks
Andy