B4J Question JRDC2 with Firebase Db?

OliverA

Expert
Licensed User
Longtime User
Example:
B4X:
DriverClass=org.firebirdsql.jdbc.FBDriver
JdbcUrl=jdbc:firebirdsql://localhost/c:/temp/main.fdb?encoding=UTF8
User=SYSDBA
Password=*****
This was using jaybird-full-3.0.9.jar
 
Upvote 0

amorosik

Expert
Licensed User
Example:
B4X:
DriverClass=org.firebirdsql.jdbc.FBDriver
JdbcUrl=jdbc:firebirdsql://localhost/c:/temp/main.fdb?encoding=UTF8
User=SYSDBA
Password=*****
This was using jaybird-full-3.0.9.jar

Thank you for reply, but my request is about FireBASE, the Google db
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Does Firebase provide a jdbc-driver?
I guess no.
so you need to build your own implementation. Maybe using their RestApi.

You can not compare a SQL-Database with Firebase. Firebase goes a totally other way.
 
Upvote 0
Top