Using a MS-Access database

From: Ben van Erp (bverp_at_ocenl.nl)
Date: 12/13/04


Date: 13 Dec 2004 01:32:28 -0800


Hi,

I'm new to database programming and i have the following question:

I have written a program where some users can be choosen. To do this i have put all the userinformation in a textfile and when my program starts i read this information in an Array. Now i want to stop using the textfile and start using a Access database. I have created a file with the table users. This table contains all the fields that are also available in the array.

Can somebody provide me an example how to read the information, how to change information and how to delete a user?

Thanks in advance!

Kind regards,

Ben van Erp