All,
I need to store and retrieve arrays as they are . JDBC 2.0 provides methods getArray/setArray which facilitates this. But i couldn't find out how exactly it is implemented.
ie. if i have arrays like :
int [] , String [].....
how do i actually use the getArray() and setArray() methods to store these .
thanks,
Narayan Murthy