Antwort: Re: howto insert an image as blob?

2001-07-30 Thread bastian . wagner
first i would like to do it as you said. store the pictures outside the database. i develop jsp sites and my problem is that i dont know how to upload a file per jsp. i thought storing the pictures in mysql is the easier way to solve my problem. but if its not good to store binary data in the

Re: Antwort: Re: howto insert an image as blob?

2001-07-30 Thread Maurice Aubrey
On Mon, Jul 30, 2001 at 12:30:34PM +0200, [EMAIL PROTECTED] wrote: plz tell me if the following statement is correct (just for the fact i cant find a solution for the problem in jsp at once) insert into pictures (picturename,picturedata) values (testpicture, c: \temp\testpicture.gif);