https://github.com/dvgamerr/derby-jdbc-cs
https://github.com/dvgamerr/derby-jdbc-cs
csharp derby derby-database
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvgamerr/derby-jdbc-cs
- Owner: dvgamerr
- Created: 2019-03-12T10:56:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:33:51.000Z (about 6 years ago)
- Last Synced: 2025-01-12T04:28:43.959Z (5 months ago)
- Topics: csharp, derby, derby-database
- Language: C#
- Homepage:
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### I have figured out the issue.
1. two libraries `derbytools.jar` and `derby.jar` have to be compiled via [ikvmc](https://sourceforge.net/projects/ikvm/files/) to `.dll` and add as reference
2. need to add NuGet package `IKVM.OpenJDK.Jdbc`, `IKVM.OpenJDK.Core` and `IKVM.OpenJDK.Management`
3. current code is `C#`