| Author |
retrieve blob data from mysql using jsp
|
sendil pk
Greenhorn
Joined: Nov 13, 2008
Posts: 1
|
|
|
I need the JSP code to retrieve the BLOB data having single row and single column in mysql as a table format?
|
 |
Vijay Jeyam
Greenhorn
Joined: Nov 12, 2008
Posts: 15
|
|
|
Its not very ideal way to retrieve data from JSP page.
|
Never Never Never Give Up...!!!
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2562
|
|
|
"sendil pk" please check your private messages for an important administrative matter.
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2562
|
|
Originally posted by sendil pk: I need the JSP code to retrieve the BLOB data having single row and single column in mysql as a table format?
For the code part, take a look at this. A good MVC design or just the JSP page design does not put the database code in the JSP but in a bean class. And welcome to Javaranch  [ November 14, 2008: Message edited by: Amit Ghorpade ]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
|
Have you seen the JDBC tutorial yet? What code do you have so far? JavaRanch isn't the type of place that will just write your code for you, so help us out and show us what you have done.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: retrieve blob data from mysql using jsp
|
|
|