|
Hi,
You are trying to load a NULL value into an int,
which fails. try changing the column from int to Integer, which should
work.
B.Vogel
|
Title: Unable to load a ResultSet column into a variable of type 'int'
