cancel
Showing results for 
Search instead for 
Did you mean: 

Ultralite JDBC driver

paul_msc
Explorer
0 Kudos

Dear SAP community,

We're using SQLAnywhere17 and we would need to write some JAVA program to access ultralite databases.

Is there any JDBC driver for ultralite? Documentation suggests dbisql tool to browse ultralite databases but it s not really tailored to be used within java program.

Thanks,

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Advisor
Advisor
0 Kudos

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.

nick_zhang2
Explorer
0 Kudos

Offline is using sqlany/OfflineOData/UltraLiteJNI17.jar to interact with udb. Seems lots of JDBC interfaces are implemented.

Should it be an option?