Android Question Firebird database, which driver to use?

amorosik

Expert
Licensed User
To use B4x with Firebird database, which driver to use?


I see there are different versions, and for each version different files are provided, for example Jaybird 4.0 for Java 8, it provides the following files:

jaybird-4.0.0.java8.jar
jaybird-4.0.0.java8-javadoc.jar
jaybird-4.0.0.java8-sources.jar
jaybird-full-4.0.0.java8.jar

Which is the file to use?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
These two are not relevant:
jaybird-4.0.0.java8-javadoc.jar
jaybird-4.0.0.java8-sources.jar

You need to read their documentation to find the difference between the "full" and not full versions. Start with the first one. It is possible that it will not work as not all Java 8 features are supported by Android. If it doesn't work try the Java 7 version.
 
Upvote 0
Top