amorosik Expert Licensed User May 13, 2021 #1 How to use Firebase Db as main database for the JRDC2 system?
OliverA Expert Licensed User Longtime User May 15, 2021 #2 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
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
jahswant Well-Known Member Licensed User Longtime User May 15, 2021 #3 OliverA said: This was using jaybird-full-3.0.9.jar Click to expand... Is this FireBird or FireBase ? Upvote 0
OliverA said: This was using jaybird-full-3.0.9.jar Click to expand... Is this FireBird or FireBase ?
amorosik Expert Licensed User May 15, 2021 #4 OliverA said: 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 Click to expand... Thank you for reply, but my request is about FireBASE, the Google db Upvote 0
OliverA said: 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 Click to expand... Thank you for reply, but my request is about FireBASE, the Google db
DonManfred Expert Licensed User Longtime User May 15, 2021 #5 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
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.