Sujet : Re: PJBS for Python
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 19. Jan 2025, 23:26:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vmju71$2i7vd$2@dont-email.me>
References : 1
User-Agent : Pan/0.161 (Chasiv Yar; )
On Sun, 19 Jan 2025 14:35:07 -0500, Arne Vajhøj wrote:
But it is a bit more interesting on VMS as a driver for VMS is not a top
priority for most language projects and database vendors. But the
database vendors usually provide a type 4 JDBC driver. A type 4 JDBC
driver is a pure Java JDBC driver, which means that you can copy the jar
file from Linux/Windows to VMS and it works.
If they have a client library for C, say, then you should be able to
create a pure-Python wrapper around it using ctypes.