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 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