cancel
Showing results for 
Search instead for 
Did you mean: 

Access UltraLite via Java SE/JDBC or ODBC

1,777

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

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Product and Topic Expert
Product and Topic Expert

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.