Re: Help me HOw to load Images or pictures into MYSQL database

2001-06-22 Thread Seth Northrop
> > Please inform me how to load IMAGES INTO MYSQL TABLES. Having created several similar applications in the past I would recommend NOT storing these images IN the database; your filesystem makes for a nice blob storage device. I would instead store pointers of some sort to the fi

Re: Help me HOw to load Images or pictures into MYSQL database

2001-06-21 Thread Ansgar Becker
> > Please inform me how to load IMAGES INTO MYSQL TABLES. You can do so with MySQL-Front - www.mysqlfront.de . Simply paste image from clipboard into BLOB-Editor. Greetings, Ansgar - Before posting, please check:

Help me HOw to load Images or pictures into MYSQL database

2001-06-21 Thread R. Palaniappan
hello Please inform me how to load IMAGES INTO MYSQL TABLES. thanks Palaniappan _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: inserting images in mysql tables

2001-06-19 Thread Cal Evans
t: Tuesday, June 19, 2001 11:03 AM Subject: inserting images in mysql tables I am new to mysql. I am attempting to place images in one of my columns. As for my table structure, I have gotten as far as: image blob NOT NULL, How should I proceed? Thanks a bunch ___

Re: inserting images in mysql tables

2001-06-19 Thread Tyler Longren
you should probably just store the images on your server, and provide the location to the image in the table...much quicker. Tyler - Original Message - From: Felicia <[EMAIL PROTECTED]> To: mysql post <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 11:03 AM Subject: inserti

inserting images in mysql tables

2001-06-19 Thread Felicia
I am new to mysql. I am attempting to place images in one of my columns. As for my table structure, I have gotten as far as: image blob NOT NULL, How should I proceed? Thanks a bunch Get free email and a permanent address

Re: PHP and mysql and images

2001-06-15 Thread Mat Murdock
Is there a particular reason why you want the images in a mysql database. It would be faster if you put that path to the images in a table then the actual images. Mat - Original Message - From: "Kevin Pratt" <[EMAIL PROTECTED]> To: "Mysql List" <[EMAIL PROT

Re: PHP and mysql and images

2001-06-15 Thread Zak Greant
e 15, 2001 12:25 PM Subject: PHP and mysql and images > Can any one tell me how place images in to a mysql database and then > retrieve them later? > > > Thanks > Kevin > > > - > Before posting, pl

RE: PHP and mysql and images

2001-06-15 Thread Chris Bolt
Why would you want to do that? That's what filesystems are for. > Can any one tell me how place images in to a mysql database and then > retrieve them later? - Before posting, please check: http://www.mysql.com

PHP and mysql and images

2001-06-15 Thread Kevin Pratt
Can any one tell me how place images in to a mysql database and then retrieve them later? Thanks Kevin - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

BLOB, Images and Visual Basic

2001-06-04 Thread Warren van der Merwe
database, sql Hi there I am battling to find out how to insert images into a blob field with visual basic, and then read the information from the db and display in a picture box. Has anyone got a sample of how to do this? I have inserted the image into the blob field, but am not sure if the way

RE: Inserting images into BLOB Fields

2001-05-20 Thread Mike
Thank you!!! -Original Message- From: indrek siitan [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 20, 2001 9:51 PM To: Mike; [EMAIL PROTECTED] Subject: RE: Inserting images into BLOB Fields Hi, > How can I insert an image file into a blob field? I search the MySQL > Documen

RE: Inserting images into BLOB Fields

2001-05-20 Thread indrek siitan
Hi, > How can I insert an image file into a blob field? I search the MySQL > Documents but nothing came up specificaly on inserting images from files. INSERT INTO sig VALUES ( 1, 'Paul', 'Davolio', LOAD_FILE('d:/signatures/paul.txt') );

Inserting images into BLOB Fields

2001-05-20 Thread Mike
How can I insert an image file into a blob field? I search the MySQL Documents but nothing came up specificaly on inserting images from files. Using the Windows version. Here's the script CREATE TABLE sig ( ItemID INT NOT NULL AUTO_INCREMENT, Firs

Re: images and mysql

2001-05-05 Thread Zak Greant
This topic has been discussed many times on the PHP General (archived at http://marc.theaimsgroup.com/?l=php-general) and PHP DB (archived at http://marc.theaimsgroup.com/?l=php-db) mailing lists. Search the archives for the terms 'MySQL images blob' and you will find a wealth of po

images and mysql

2001-05-05 Thread J.Heegsma
Dear Sir/Madam, I use a mysql database on the web and use php to get information from it. Now I want to use pictures/images in the database. I've included a php script The information I get from the mysql database in a while statement. My question is, how do I get the picture available o

Re: Antwort: Re: storage and retrieval of images

2001-02-28 Thread Rolf Hopkins
- Original Message - From: <[EMAIL PROTECTED]> To: "Rolf Hopkins" <[EMAIL PROTECTED]> Cc: "Geetha Narayanan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 17:01 Subject: Antwort: Re: storage and retrieval of images

Antwort: Re: storage and retrieval of images

2001-02-28 Thread alexander . skwar
On 28.02.2001 05:17:09 Rolf Hopkins wrote: > But the way you are doing it now is perfectly ok. You may even find it a Not always! There are setups where it is better to store the image in the database instead of on the filesystem. ---

Storing and retireving images (was: Re: storage and retrieval of images)

2001-02-28 Thread alexander . skwar
On 28.02.2001 04:57:04 ?iso-8859-1?q?Geetha=20Narayanan?= wrote: > can i able to store images in database, not in Yes sure, see below. > binary format but directly as image and retrieve An image is nothing but binary data, so I suppose you're just confused. Okay, here

Re: storage and retrieval of images

2001-02-27 Thread Rolf Hopkins
Firstly, images ARE binary files no matter which way you look at it. How else do store images if they are not in binary? What I think you want to ask is Can mysql store images? YES Can mysql display it as an actual image? NO You can use the blob type to store images. You'll find th

storage and retrieval of images

2001-02-27 Thread Geetha Narayanan
Dear sir, can i able to store images in database, not in binary format but directly as image and retrieve easily. Now,i am using file uploading from client and just filename i am storing in database.Instead of that can we able to store image directly in database ASAP reply me soon

Re: is it possible to store images in mysql db?

2001-02-18 Thread Duncan Hill
gt; > I want to store different file formats in a database like images (*.jpg) > > or audio files (*.mp3). Is it possible to do so in mysql? Side note - it is usually considered highly inefficient to store mp3s etc in a database. You already have an excellent database for doing so - the fi

Re: is it possible to store images in mysql db?

2001-02-18 Thread Jon Roig
Organization: University of Sheffield > Reply-To: [EMAIL PROTECTED] > Date: Sat, 17 Feb 2001 11:43:20 + > To: mysql list <[EMAIL PROTECTED]> > Subject: is it possible to store images in mysql db? > > I want to store different file formats in a database like images (*.jpg) > or

RE: is it possible to store images in mysql db?

2001-02-17 Thread Gerald R. Jensen
Cc: [EMAIL PROTECTED] Subject:Re: is it possible to store images in mysql db? Actually, blobs are stored in files in data directory. You can store your binary files in data directory, if you wish. - Original Message - From: Gerald R. Jensen <[EMAIL PROTECTED]> To: clay bon

Re: is it possible to store images in mysql db?

2001-02-17 Thread Rus
Sent: Saturday, February 17, 2001 5:52 PM Subject: Re: is it possible to store images in mysql db? > Actually ... there are often some good reasons one might want to store > pictures in BLOBs. > > For example, our integrated application gives the administrators at our > various cu

Re: is it possible to store images in mysql db?

2001-02-17 Thread Gerald R. Jensen
files. If we store them as BLOBs in the database, we know exactly where they are. G. Jensen - Original Message - From: "clay bond" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 8:16 AM Subject: Re: is it possible to store images in

Re: is it possible to store images in mysql db?

2001-02-17 Thread clay bond
On Sat, 17 Feb 2001, Nikhilesh Haval wrote: > I want to store different file formats in a database like images (*.jpg) > or audio files (*.mp3). Is it possible to do so in mysql? > Yeah, that's what BLOB is for--but why would you want to do that? Why not just store the path in

Re: is it possible to store images in mysql db?

2001-02-17 Thread Artem Koutchine
To: "mysql list" <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 2:43 PM Subject: is it possible to store images in mysql db? > I want to store different file formats in a database like images (*.jpg) > or audio files (*.mp3). Is it poss

is it possible to store images in mysql db?

2001-02-17 Thread Nikhilesh Haval
I want to store different file formats in a database like images (*.jpg) or audio files (*.mp3). Is it possible to do so in mysql? -Nikhilesh - Before posting, please check: http://www.mysql.com/manual.php (the manual

Re: saving images from mysql to file

2001-02-06 Thread Rolf Hopkins
D]> Sent: Wednesday, February 07, 2001 10:49 Subject: Re: saving images from mysql to file > Ok I have 2000 images in a database that I want to move out of the database and save the image as a file and place the url to the image in the database. But I can\'t figure out how to get t

Re: saving images from mysql to file

2001-02-06 Thread Phillip M.(Mike) Bishop
Ok I have 2000 images in a database that I want to move out of the database and save the image as a file and place the url to the image in the database. But I can\'t figure out how to get them out and written to a file to do this. You Wrote: Firstly, I\'m not exactly sure of wh

Re: saving images from mysql to file

2001-02-06 Thread Rolf Hopkins
nd at www.devshed.com - Original Message - From: "Phillip M.(Mike) Bishop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 4:01 Subject: saving images from mysql to file > How do I save an images to a unix file that is saved in mysql? I know

saving images from mysql to file

2001-02-06 Thread Phillip M.(Mike) Bishop
How do I save an images to a unix file that is saved in mysql? I know how to view the image with PHP and I know how to write a file to unix. I just can't get the data from mysql into a format that will allow me to read it then wri

<    1   2   3