B4A Library JdbcSQL - Directly connect to remote databases

Status
Not open for further replies.

Ivan Aldaz

Member
Licensed User
Longtime User
Hi, I'm trying to use JdbcSQL library to manage Firebase Database service (for an online scoreboard), but don't know if it's possible and, if so, which JDBC driver do I have to use.
 

DonManfred

Expert
Licensed User
Longtime User
Hi, I'm trying to use JdbcSQL library to manage Firebase Database service

1. You should always start a new thread for your questions.
2. You can not connect to a Firebase Database (say it RealtimeDatabase or Firebase Firestore') using an JDBC Driver. The Databases are different.
 

catyinwong

Active Member
Licensed User
Longtime User
Not quite understand what changes should be made if I want to connect to a MSSQL

#AdditionalJar: jtds-1.3.1

Public mysql As JdbcSQL
Private driver As String = "com.mysql.jdbc.Driver" <- what to change??
Private jdbcUrl As String = "jdbc:mssql://192.168.0.6/test"
Private Username As String = "username"
Private Password As String = "password"
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…