We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › display picture/blob from mysql
Page Index Toggle Pages: 1
display picture/blob from mysql (Read 782 times)
display picture/blob from mysql
Apr 7th, 2010, 5:54am
 
Hi all,

i'm trying to display a blob from a mysql database.
i found this topic: http://processing.org/discourse/yabb2/num_1134385140.html

but i'm not able to get any results.
when i try:

Code:
	java.sql.Blob blob = msql.result.getBlob("foto"); 



I get an sqlexeption.

does anyone know how to succesfully load an image from mysql using processing?
or where to look?

thx!
Page Index Toggle Pages: 1