Help me HOw to load Images or pictures into MYSQL database

2001-06-22 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: Help me HOw to load Images or pictures into MYSQL database

2001-06-22 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:

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 files to