|
-
Feb 27th, 2006, 01:54 AM
#1
Thread Starter
Addicted Member
How to insert image into Database
How can i use java code to insert image into Database(example MS Access)?
-
Feb 27th, 2006, 06:31 AM
#2
Frenzied Member
Re: How to insert image into Database
Not sure. Maybe you could store the location of the image rather than anything else. That could cut out a lot of work.
-
Feb 27th, 2006, 08:11 PM
#3
Thread Starter
Addicted Member
Re: How to insert image into Database
Sometimes we should store the real image in the database in case that someone delete the original file.
-
Feb 27th, 2006, 08:16 PM
#4
Frenzied Member
Re: How to insert image into Database
You could create a byte stream, or maybe just use an outputstream to write the image to db.
-
Feb 27th, 2006, 08:27 PM
#5
Thread Starter
Addicted Member
Re: How to insert image into Database
-
Feb 28th, 2006, 12:06 AM
#6
Re: How to insert image into Database
I'll take a wild guess
but I think your example is there in the DB development forum
it's the same for java, with a few small changes
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|