I have an array in a jdbc class file.
But I can't reference it in another class file in the same package.
Here's my jdbc connection class code
and further down (in the same file )I have
in another file called file2.java, I tried to reference the array in the above file using the following...
I've got null printed.
I don't know what I've missed...
[ October 17, 2004: Message edited by: Parka Teoh ]
[ October 17, 2004: Message edited by: Parka Teoh ]