Jpg file insertion

2003-07-18 Thread Sreesekhar Palaparthy
Hi, I want to store jpg files to BLOB field of a table. That table has other fields which are integer and char types. So i tried inserting image using LOAD DATA INTO .. statement . It got stored , but when i retrieve it back , i'm not able to see the image file.I hope it didn't get

Re: Jpg file insertion

2003-07-18 Thread Egor Egorov
Sreesekhar Palaparthy [EMAIL PROTECTED] wrote: Hi, I want to store jpg files to BLOB field of a table. That table has other fields which are integer and char types. So i tried inserting image using LOAD DATA INTO .. statement . It got stored , but when i retrieve it back , i'm

Re: Jpg file insertion

2003-07-18 Thread Viorel Dragomir
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 18, 2003 5:19 PM Subject: Re: Jpg file insertion Sreesekhar Palaparthy [EMAIL PROTECTED] wrote: Hi, I want to store jpg files to BLOB field of a table. That table has other fields which are integer and char types. So i tried inserting

file insertion?

2001-03-07 Thread Kevin Connolly
Hi, Is it possible to insert a file into the MySQL database? I want a table with certain entries such as name, address etc. but I also I a photo for each member. Is that possible? Thanks, Kev.

RE: file insertion?

2001-03-07 Thread Don Read
On 06-Mar-01 Kevin Connolly wrote: Hi, Is it possible to insert a file into the MySQL database? I want a table with certain entries such as name, address etc. but I also I a photo for each member. Is that possible? Thanks, Kev. Yes. Ok. Yes, LOAD_FILE(). Welcome. Regards, -- Don Read

Re: file insertion?

2001-03-07 Thread William R. Mussatto
On Tue, 6 Mar 2001, Kevin Connolly wrote: Date: Tue, 6 Mar 2001 18:15:17 - From: Kevin Connolly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: file insertion? Hi, Is it possible to insert a file into the MySQL database? I want a table = with certain entries such as name, address