
Learn to add, remove and modify data from an Access database.I have buildt a sample application to show you the basics of the SQL statements used with Access. The application is an online pricelist where you can add, delete and update all the items. It's important that the path you specify in the DSN-less connection is correct, and that you have write access to that directory. (Often cgi-bin folder has the correct attributes). The code will not be explained further, as I belive that you will learn best by experimeting with the code
|