Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

save pictures / screenshots (bitmaps and jpegs) in a access database

Status
Not open for further replies.

macl

Programmer
Joined
Sep 15, 2004
Messages
65
Location
DE
hi all
im working with a ms access 2003 database and vba
what i need to do is to save pictures / screenshots (bitmaps and jpegs) in the database
first i would need to save these to a array though (because application specific) and then save them into a database
does somebody know how i can save them in a array and database?
thanks a real lot
 
You might be better off posting in one of the Access forums e.g thread702-1092004

HarleyQuinn
---------------------------------
Help us to help you,
read FAQ222-2244 before posting.
 
If for example you go into the Access Modules Forum (forum705) and do a search on 'picture database' it turns up several examples.

Hope this helps

HarleyQuinn
---------------------------------
Help us to help you,
read FAQ222-2244 before posting.
 
A common and easier practice is to store the images as a file on the HD and store the path to the images in the database.

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top