VB How-ToAsk your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
How do i load images from sql. Im using vb6. Actually I need to store the image in sql and load it using vb6. I don't think i still need the filepath for the image because my goal is to save the image itself in the database and load it in the project.
because images are usually huge, it is recommended not to store them in the database itself, but to leave them in a "safe" folder, and to store only the pathname in the database
Marco
thanks for the reply marco .... but how do i place the images in the "safe folder" that you're telling me? I database PC has high security and they don't allow any folder sharing.... that's why im thinking of saving the image itself.. but how?....
help.. anyone...
your point is well taken. We use a windows server (that is running using a logon with the right permissions) to store data. And it can run in any computer (not necessary the database server, infact in our case it doesn't)
Marco