I am trying to make a photo album database. I have done alot of research on the different methods of obtaining this. I don't really like the storing of the paths as I can not really secure the photos. I also do not want the database bloating associated with embedding the files in the OLE field. So that pretty much leaves the 3rd option of using BLOBs.
I found the thread that has some sample code from Ritchieroo, but I can't get it to work. I can get it to create the temp file and display the photo for the first record, but it displays that photo for all of the records instead of changing. Can someone who is more familiar with this post either a sample database with this implemented or post your code for me to look at?
Or if nothing else, point me to links of other resources that may explain this a little more for me. I would really rather learn how to do it than to just ask for a handout of someone else's code.
Thanks for any help that can be provided,
Faceman
I found the thread that has some sample code from Ritchieroo, but I can't get it to work. I can get it to create the temp file and display the photo for the first record, but it displays that photo for all of the records instead of changing. Can someone who is more familiar with this post either a sample database with this implemented or post your code for me to look at?
Or if nothing else, point me to links of other resources that may explain this a little more for me. I would really rather learn how to do it than to just ask for a handout of someone else's code.
Thanks for any help that can be provided,
Faceman