-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Not an issue, just an info. Based on SQLite JDBC, developed by Taro L. Saito, (https://github.com/xerial/sqlite-jdbc) and its version sqlite-jdbc-3.7.15-M1.jar, I built the necessary JNI for VMS (Alpha, 8.3, Java 1.5) and hacked the current VMS sources for SQLITE3 to build a compatible shareable image:
$ def/user sqlite3_shr sys$disk:[-.sqlite3-master.bin-axp]sqlite3_shr
$ java -cp "." "Sample
name = leo
id = 1
name = yui
id = 2
$
Next thing is to try this on I64 with Java 6.
This isn't production quality, just a proof of concept. If there is interest ...
tlf30