| Author |
JNI & VB & ADO RecordSet
|
Gabriel Roitman
Greenhorn
Joined: Oct 30, 2009
Posts: 1
|
|
Hello, I need to call a Visual Basic DLL. I know I have to wrap that Dll using C++ because JNI only can call C/C++ Dlls.
I don't know how to handle types differences between the 3 languages. The main function in the VB Dll returns an ADO RecordSet. How can I get it from my Java program? Can anybody give me an example Please? Thanks a lot!!!
|
 |
 |
|
|
subject: JNI & VB & ADO RecordSet
|
|
|