aaabuhalime
Instructor
Hi,
I have a db for student, I want to add a picture for each student record, so every student record should include his/her picture, I added the filed picture in the database but I have read an article if I store the images in the table my DB will get very big and slow, so what I did is I stored all images in a folder on the network , I included the path to the images in the db, now I want to be be able to just add the picture through the the form, basically once I have a new student I can just take the picture and send it the folder, my question what is the best way to add the path/picture to the db through the form, and get the picture displayed on the form as well.
Any help will be appreciated.
Thanks
I have a db for student, I want to add a picture for each student record, so every student record should include his/her picture, I added the filed picture in the database but I have read an article if I store the images in the table my DB will get very big and slow, so what I did is I stored all images in a folder on the network , I included the path to the images in the db, now I want to be be able to just add the picture through the the form, basically once I have a new student I can just take the picture and send it the folder, my question what is the best way to add the path/picture to the db through the form, and get the picture displayed on the form as well.
Any help will be appreciated.
Thanks