Hi there,
I am performing my first steps in
java JDBC, and as an exercise try to show some images from a mysql database.
The thing below runs, but doesn't show my photo's. (it does show the id's however).
It returns the following error:
SQLException: Column Index out of range, 0 < 1.
SQLState: S1009
VendorError: 0
What am I doing wrong? And more important, what is the proper way to show my photo? Any help is greatly appreciated!