i have an issue were i can't read from database the blob datatype
<td><span><%=product.getProductDesc()%></span></td>
product description in mysql database has a datatype and when rerieving it the result is this eg.[[email protected]
I tried using the toString() method but it doesn't help my cause. All other datatypes like varchar etc are read from db.
What do i need to add to the method call shown above to retrieve the real info from the products description into database?
thanks...any help is greatly appeciated