Re: image data

2002-07-12 Thread Egor Egorov
William, Friday, July 12, 2002, 12:45:02 AM, you wrote: WM> I am new to MySQL and I was trying to find out how to setup a record WM> with a datatype as a image jpg etc... Take a look at BLOB column type: http://www.mysql.com/doc/B/L/BLOB.html -- For technical support contract

Re: image data

2002-07-11 Thread Michael McClennen
William Miller <[EMAIL PROTECTED]> wrote: > I am new to MySQL and I was trying to find out how to setup a record > with a datatype as a image jpg etc... I have recently done just that. Here is my table structure: CREATE TABLE IF NOT EXISTS Item_binary ( entry int(11) NOT NULL, vidx s

image data

2002-07-11 Thread William Miller
I am new to MySQL and I was trying to find out how to setup a record with a datatype as a image jpg etc... Thanks - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.c

Re: image data type

2001-08-27 Thread Grigory Bakunov
Date |Mon, 27 Aug 2001 15:31:26 -0700 >From |John Meyer <[EMAIL PROTECTED]> Hello! JM> At 09:15 AM 8/28/01 +1200, you wrote: >>Hi there, >> >>I treat image data type as text, does anyone know how to insert an image >>into the table? >> JM> the

Re: image data type

2001-08-27 Thread John Meyer
At 09:15 AM 8/28/01 +1200, you wrote: >Hi there, > >I treat image data type as text, does anyone know how to insert an image >into the table? > the image data type is actually a BLOB, not text. Usually, it's more efficent to have the field be text, and just store the path

image data type

2001-08-27 Thread Cheng, Min
Hi there, I treat image data type as text, does anyone know how to insert an image into the table? Thanks Qingmin - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: possible to store raw data (like image data)?

2001-05-28 Thread Rafal Jank
Ryan wrote: > > Is it possible to store raw data (like image data) in mysql? If so, how can i >accomplish it? (Should i need to make user-defined type?) Otherewise, what other >databases support storing raw data? You can use blob type. -- _/_/ _/_/_/ - RafaƂ

possible to store raw data (like image data)?

2001-05-28 Thread Ryan
Is it possible to store raw data (like image data) in mysql? If so, how can i accomplish it? (Should i need to make user-defined type?) Otherewise, what other databases support storing raw data? - Do You Yahoo!? Yahoo! Auctions $2 Million Sweepstakes - Got