on 2018 Feb 27 5:59 AM
Hello everybody,
We're using SQLAnywhere 17 and we would need to write some JAVA SE program running on a Windows server to access UltraLite databases.
Is there any JDBC driver or other way for UltraLite? Documentation suggests dbisql tool to browse ultralite databases but it s not really tailored to be used within a java program.
Any other idea how we could best access an UltraLite db via Java?
Thanks for your help and best regards, Alex
There is not a JDBC driver for UltraLite. On Windows, UltraLite development is C/C++, UltraLite.NET, or WinRT/UWP.
An option is to use JNI (Java Native Interface) to call C/C++. This is the approach used by UltraLiteJ.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.