Skip to content

ikvmnet/ikvm-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4664b8b · Mar 14, 2025

History

82 Commits
Mar 11, 2025
Mar 14, 2025
Jul 3, 2022
Jul 3, 2022
Mar 6, 2025
Feb 3, 2023
Mar 6, 2025
Feb 3, 2023
Feb 3, 2023
Jul 3, 2022
Feb 3, 2023
Mar 6, 2025

Repository files navigation

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.