Re: Images in a table

2003-12-01 Thread colbey
bigint not null auto_increment primary key, data > LONGBLOB not null default ''); > > > Hopa that helps > > On Saturday 29 November 2003 19:41, Zenzo wrote: > > How can I insert images in a table if I can do it with MySQL? > > > >

Re: Images in a table

2003-12-01 Thread Mickael Bailly
ent primary key, data LONGBLOB not null default ''); Hopa that helps On Saturday 29 November 2003 19:41, Zenzo wrote: > How can I insert images in a table if I can do it with MySQL? > > __ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now >

Re: Images in a table

2003-12-01 Thread Zenzo
I would be pleased. Thanks Glenn Stauffer <[EMAIL PROTECTED]> wrote: Zenzo wrote: >How can I insert images in a table if I can do it with MySQL? > >__ >Do you Yahoo!? >Free Pop-Up Blocker - Get it now >http://companion.yahoo.com/ > >

Re: Images in a table

2003-12-01 Thread Peter Burden
Richard Bewley wrote: Yes, you can insert the binary into a table. Richard -Original Message- From: Zenzo [mailto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2003 1:42 PM To: MySQL List Subject: Images in a table If your application is WWW based I've done some notes for stu

RE: Images in a table

2003-11-29 Thread Richard Bewley
Yes, you can insert the binary into a table. Richard -Original Message- From: Zenzo [mailto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2003 1:42 PM To: MySQL List Subject: Images in a table How can I insert images in a table if I can do it with MySQL

Images in a table

2003-11-29 Thread Zenzo
How can I insert images in a table if I can do it with MySQL? __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

Re: To insert images in a table -> BLOB

2001-11-14 Thread M. A. Alves
On Wed, 14 Nov 2001, Carlos Alberto Afranllie wrote: > I need to insert files of images in a table, which has a field of > type BLOB, I have understood that to do this I can use the function > LOAD_FILE(file.bmp), but that this file must be in the server. It is not > possible to i

To insert images in a table -> BLOB

2001-11-14 Thread Carlos Alberto Afranllie
Hello List: I am new in this list and in MySQL, I have the following problem: I need to insert files of images in a table, which has a field of type BLOB, I have understood that to do this I can use the function LOAD_FILE(file.bmp), but that this file must be in the server. It is not possible