Re: image data type

2001-08-28 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 image data type is actually a BLOB, not text. Usually, it's more

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: 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 to the image (C:\my\path