Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdbc #30

Open
hb-- opened this issue Feb 12, 2015 · 2 comments
Open

jdbc #30

hb-- opened this issue Feb 12, 2015 · 2 comments

Comments

@hb--
Copy link

hb-- commented Feb 12, 2015

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 ...

@tesneddon
Copy link
Member

This is fantastic! I'm really thrilled to hear that people are using it. It makes me feel a bit bad for neglecting it lately.

@tesneddon
Copy link
Member

Just an additional here...the general and commit mailing lists for SQLite for OpenVMS are now operational. Check out the wiki to get the details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants