[Info-vax] VMS databases

Arne Vajhøj arne at vajhoej.dk
Sat Nov 18 18:58:05 EST 2023


On 11/18/2023 4:05 PM, David Jones wrote:
> On Friday, November 17, 2023 at 8:10:25 PM UTC-5, Arne Vajhøj wrote:
>> I just did another little article.
>>
>> https://www.vajhoej.dk/arne/articles/vmsdbx.html
>>
>> providing some examples for the databases available on VMS (Rdb, MySQL,
>> SQLite, Mimer, Derby, H2, HSQLDB) in various programming languages
>> (Cobol, C, Pascal, Java, Jython, Python, PHP).
>>
>> Nothing surprising and a lot of overlap with previous
>> articles, but a different perspective.
>>
>   Python can use the pysqlite module to interface to SQLite using Python's
> DB API. This API supports several other databases as well.

Python DB API 2.0 is covered under standard API.

Python example with Rdb and SQLite demo. And MySQL present
but out commented because module not installed on the test system.
And Jython with 6 databases demoed.

Arne




More information about the Info-vax mailing list