rmic error

i face this problem when i try to accass a resultset from a remote machine.Unmarshalling Exceptionpls send me a piece of code how can i get a resultset from remote machine..
[187 byte] By [youngswaa] at [2007-10-2 15:50:26]
# 1

Hi

It is not possible to marshal a resultset object. This is because it does not extend the java.io.Serializable interface. The resultset is actually a pointer to a memory area of the underlying database and is a system resource. Hence it cannot be marshalled across machines. You must extract the resultset data in to a Collection object and then transfer it from your remote machine.

HTH

VJ

jain_vishal_aa at 2007-7-13 15:56:02 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...