M manuelsalazar Member Licensed User Jul 24, 2019 #1 WE HAVE AN B4A APPLICATION THAT NEEDS TO CONNECT TO A FIREBIRD DATABASE IN A WINDOWS SERVER LOCALLY, IS THERE ANY INFORMATION ABOUT IT ?
WE HAVE AN B4A APPLICATION THAT NEEDS TO CONNECT TO A FIREBIRD DATABASE IN A WINDOWS SERVER LOCALLY, IS THERE ANY INFORMATION ABOUT IT ?
Erel B4X founder Staff member Licensed User Longtime User Jul 24, 2019 #2 No need to write with all caps. Just makes the question less readable. Your best option is to use jRDC2. Another option that might be possible is with JdbcSQL (if the relevant JDBC driver is compatible with Android). [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) JdbcSQL - Directly connect to remote databases Upvote 0
No need to write with all caps. Just makes the question less readable. Your best option is to use jRDC2. Another option that might be possible is with JdbcSQL (if the relevant JDBC driver is compatible with Android). [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) JdbcSQL - Directly connect to remote databases