B4A Question MQTT or RDC: Strategy for the communication between mobile and box tv apps - Erel (first post)    May 02, 2023   (1 reaction) I'm not sure whether this solution runs over the internet or in a local network. If it runs over the internet than a full B4J server will probably be better in the long run. B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (41 reactions) 260642577
RDC is a middleware server that makes it simple to safely connect clients and remote SQL database servers.
jRDC2 is the latest version. All new projects should use this version.
jRDC2 is made of two components:
- B4J server. The server receives the requests from the clients, issues the B4A Tutorial Remote Database Connector (RDC) - Connect to any remote DB - Erel    Jan 10, 2021   (19 reactions) jRDC version 2 is available here: https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/
This tutorial covers a new framework named Remote Database Connector (RDC). The purpose of RDC is to make it simple to develop Android applications that interact with remote databas B4R Library RDC based on MQTT - Erel    Oct 27, 2016   (12 reactions) This is an extension to jRDC2. It adds support for MQTT and allows accessing the remote database with an Arduino or ESP8266 board. It requires B4R v1.5+ and it uses B4RSerializator to convert the messages to bytes. The RDC server listens to both MQTT messages and the standard http requests. Clien B4A Question Types do not match - Erel (first post)    Jul 22, 2020 jRDC2 - B4J implementation of RDC (Remote Database Connector) DBRequestManager is a class that you added to your project. B4J Question B4J Web Server RDC vs PHP... - Erel (first post)    Dec 13, 2016   (2 reactions) RDC (jRDC2) is a regular web server implemented with B4J. If you want to support non-B4X clients then you can easily extend it and use JSON or whichever format you like.
The thread title is a bit confusing. It should have been B4J web server vs PHP. B4i Question Reading from SQL Server and displaying data on phone. - Erel (first post)    May 10, 2016   (2 reactions) Start with this tutorial: https://www.b4x.-database-connector-rdc-connect-to-any-remote-db.31540/#content
RDC is a middleware. It is a lightweight http server that connects the clients to the database. B4J Question [RDC] Result Recordset handling - EnriqueGonzalez (first post)    Mar 01, 2017 In dbutils (somewhere in the forum you may find it) there is a function that converts a single resultset in a map where the keys are the columns.
The name of the function is executemap. B4A Library ProBundle - Informatix (first post)    Sep 27, 2015   (2 reactions) What do you mean exactly? RDC can mean "remote desktop connection", "remote database connector" or "république démocratique de Chine" in my language ;).
CallSubExtended has a function "AsyncCallSub" that can run a given sub in a separate thread instead of the main thread, so this sub is not blocking B4J Question what is RDC? - klaus (first post)    Feb 06, 2015 RDC = Remote Database Connector Page: 1   2   3   4   5   6   7   Powered by ColBERT |