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 B4J Question jRDC2 Server with WebClient - Erel (first post) Dec 28, 2021 (1 reaction) That's wrong.
jRDC2 is a simple B4J server solution. You can extend it and add a WebSocket handler or a regular http handler. B4A Question jRDC2: How to make it work on B4A? - josejad (first post) Sep 27, 2019 (4 reactions) Hi Daniel44, just to clarify:
- jRDC2 is a B4J program, you compile it in B4J as OliverA told you, and you need a VPS where you can host the .jar. It will act as a server.
- The jRDC2 server, will connect with your database
- Then, you can access the jRDC2 server from another B4J client program, or B4A Question Updating SQL server database with JDBC. - DonManfred (first post) Jun 23, 2020 (1 reaction) A JRDC2 is a B4J Project. The jRDC2 can not run in android. You can FOR SURE use a b4a client to connect to a jRDC2 server to fetch or send Data. See the jRDC2 tutorials. B4J Question how to execute a B4J server function with JRDC2 - Erel (first post) Jan 31, 2021 (1 reaction) jRDC2 is a regular jServer project with a regular handler that manages the database related actions. You can add more handlers and call them with OkHttpUtils2. https://www.b4x.-building-web-servers-with-b4j.37172/#content B4A Question jRDC2 - (Remote Database Connector) - DonManfred (first post) Nov 12, 2018 (1 reaction) Remove the sql. from your command is my first suggestion. B4A Question jRDC2 on remote server - aeric (first post) Apr 29, 2023 (3 reactions) By default, jRDC2 is a non-UI app so you don't need to use the B4JPackager11.
Just compile as Release (or with Obfuscation) and upload the jar file to your remote server. Call the jar using nohup in Linux VPS. B4A Question Connecting App with jrdc2 without real ip through Internet, like TeamViewer or Anydesk - Erel (first post) Jul 23, 2019 (1 reaction) No. Use jOkHttpUtils2 library if needed.
jRDC2 is a standard jServer solution. You can add any code you need. B4J Question JRDC2 - Cannot connect to service (Local) [SOLVED] - DonManfred (first post) Oct 24, 2022 probably the pc where the database is running.
probably NO DATABASE is running in this PC. Connecting to the database runnning at localhost can not be established.
change the localhost to the ip of the database-server B4A Question jRDC2 - Java Server Port - DonManfred (first post) Nov 15, 2018 If you are talking about jRDC2. This is the port which you use to connect to the RDC. The port must be accessible. Just just the default.
The port is not related to PostgreSQL, Django or TomCat.
In the jRDC2 Config you do define the connection to the Database (jRDC2 is the Middleware) including the Page: 1 2 3 4 5 6 7 Powered by ColBERT |