|
-
Feb 4th, 2000, 06:44 AM
#1
Thread Starter
Hyperactive Member
I am developing an application in which the client will need to store a .jpg picture of each person in the database. I have the files saved as OLE objects in a field called "PHOTO" but I have no idea how permit the client to view or insert pictures.
Can anyone help?
Thanks
Andrew
-
Feb 5th, 2000, 07:36 AM
#2
Junior Member
I've previously posted this question myself.... And, of course, it wasn't answered..... So, someone please answer this.... Thanks
------------------
Mitchell Hayenga
[email protected]
-
Feb 5th, 2000, 01:32 PM
#3
Hyperactive Member
Try using a picturebox control as a data-bound control linked to the OLE object field and allow direct loading/saving by loadpicture and savepicture commands. MSDN has several related articles: Q147727 and Q103115 should help.
-
Feb 6th, 2000, 09:30 PM
#4
Thread Starter
Hyperactive Member
That should work fine just for viewing the fotos, but I need to be able to add and delete them. Right now I am storing the fotos in a separate folder and using a pointer in the database. That works but is very crude. Anyone have any ideas?
Thanks
Andrew
-
Feb 6th, 2000, 10:09 PM
#5
Addicted Member
Here's the tip how to save a picture file to the MS Access database
http://vbcode.webhostme.com/en/click.asp?id=71
Try it.
------------------
smalig
[email protected]
http://vbcode.webhostme.com/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|