How does one put images into a MySql database

2002-01-22 Thread Victoria Reznichenko
Rochester, Tuesday, January 22, 2002, 3:49:40 PM, you wrote: Reoen> Is there a way to put images like jpgs, tifs, gifs, bmp files into a mysql Reoen> database? I have done this with OLE objects using MS Access... can this be Reoen> done using the blob data type some how? Yes, but don't forget

RE: How does one put images into a MySql database

2002-01-22 Thread Matthew Smith
Message- From: Brian P. Austin [mailto:[EMAIL PROTECTED]] Sent: 22 January 2002 14:27 To: Rochester, Dean Cc: mysql Subject: RE: How does one put images into a MySql database You can put images in the DB, but the easiest way is to put the path to the images in a text field, and rely on the disk to

RE: How does one put images into a MySql database

2002-01-22 Thread Todd Williamsen
, January 22, 2002 8:27 AM To: Rochester, Dean Cc: mysql Subject: RE: How does one put images into a MySql database You can put images in the DB, but the easiest way is to put the path to the images in a text field, and rely on the disk to send the images. hope that helps, Brian -Original Message

RE: How does one put images into a MySql database

2002-01-22 Thread Brian P. Austin
-mail) (E-mail) Subject: How does one put images into a MySql database Greeting all Is there a way to put images like jpgs, tifs, gifs, bmp files into a mysql database? I have done this with OLE objects using MS Access... can this be done using the blob data type some how? Thanks in advance Dean

How does one put images into a MySql database

2002-01-22 Thread Rochester, Dean
Greeting all Is there a way to put images like jpgs, tifs, gifs, bmp files into a mysql database? I have done this with OLE objects using MS Access... can this be done using the blob data type some how? Thanks in advance Dean-O -