This weeks lecture focused on a few topics related to databases such as
During the workshop we focused on more basic designer aspects of databases such as,
- File uploading
- Data Handling (This section was more focused as as a web designer we are bound to work with sensitive information which we need to handle very carefully.)
- Error Handling.
During the workshop we focused on more basic designer aspects of databases such as,
- Inserting Information (This was discussed last week, but this week we looked deep into this matter and worked with a database and managed to enter data into it)
- Deleting Information (This was also continuation from last week)
- Editing Information (During this we learned how to bring the data from the database into the web page so the user only has to edit what they want to and not have to re enter all the data)
One of the important information we came across during the workshop was that a deleted record cannot be retrieved so it is important to make sure that when deleting a record it is made sure that is deleting is actually what you want to do.
Other than that when inserting a record it is important that the primary key is not played around with as it is set on auto increment. If any force entries are done on this it might lead to complications on the database.