1) How to pass the resultset object of java from Java To C++ ( C Plus Plus ) as parameter through JNI.
2) As i want to pass resultset object , how can i access data in resultset from c++ ( C Plus Plus ) (means how to call the java ResultSet object methods from C++ ( C Plus Plus ) ).
Thanx in Advance