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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to put images in database

Status
Not open for further replies.

Beelinger

Programmer
Apr 2, 2001
1
AT
I have a database, where I would like to include images (.jpeg or .gif pictures). How can I do that effectively?

The only thing I can think of is transfer the picture file in a text-only format (like uuencode) and store it in a memo field in the database .. quite complicated

Is there any better way? Thanks for the answer!

Beelinger
 
Hi Beelinger,
Make a table and have a field that is of the OLE Object data type. Take care for the size of your Db doing this: If you have a ton of pics you might be better off to make a table with a text field to store the path to your pics instead! Gord
ghubbell@total.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top