JVM Languages
javanmi.asc
Associated article: Java Native Methods and Legacy Databases
Tags: Database .NET JVM Languages
Source code accompanying the article by Yoshiki Sakai, Mark A. Schmidt, and Marco Balini that discusses the native method libraries that extend Java into new areas of support not yet developed in pure Java. In this article, our authors use a native method library with Java to access the Faircom database engine.
_Java Native Methods and Legacy Databases_
by Yoshiki Sakai, Mark A. Schmidt, Marco Balini
Listing One
public synchronized native int INTISAMX(String regid,String svn,
String uid, String psw);
public synchronized native int CREIFILX(String regid,String[] isamdata,
String[] dodadata);
...


