An open API service indexing awesome lists of open source software.

https://github.com/ikvmnet/ikvm-jdbc

IKVM Extensions for JDBC
https://github.com/ikvmnet/ikvm-jdbc

Last synced: 4 months ago
JSON representation

IKVM Extensions for JDBC

Awesome Lists containing this project

README

          

# IKVM.Jdbc

## IKVM.Jdbc.Data

ADO.NET provider for JDBC through IKVM.

Current IKVM issues require that the `JdbcConnection` object be initialized with a `java.sql.Connection` instance. Other
constructors will likely fail to locate the named JDBC driver. This has to do with the class loader hierarchy not being exactly right for the JDBC SPI.