ArrayIndexOutOfBoundsException

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
atom

ArrayIndexOutOfBoundsException

Post by atom » Tue Jul 16, 2002 1:24 pm

Hi

I am getting this error when I try and access information from the database. What does this mean? I inserted my own artificial data and it works fine. but when i try and retrieve from a dynamic dataset i get this error.

Any Ideas anyone?

java.lang.ArrayIndexOutOfBoundsException
at com.jrefinery.data.JdbcXYDataset.executeQuery(Unknown Source)


Regards
A>M

Locked