B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (41 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp 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 compatible with B4A, B4J and B4i is responsible for sending the requests and handling the responses. jRDC2... As List) Type DBCommand (Name As String, Parameters() As Object) Private const rdcLink As String = "http://192.168.0.6:17178/rdc" End Sub Change the link with the ip address or host... B4A Tutorial Remote Database Connector (RDC) - Connect to any remote DB - Erel    Jan 10, 2021   (19 reactions)   tags: JRDC 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 database servers. There are two components in this framework: a lightweight Java web server (the middleware) and a B4A class named DBRequestManager that interacts with this web server. The Java web server... Spanish [B4XPages] jRDC2 + MySQL CRUD + Login - josejad    Feb 24, 2022   (14 reactions) login, etc... pero he visto pocos con jRDC2. Los datos de la base de datos y la interfaz gráfica son... crear el servidor jRDC2 - B4A 9.9+ que ya soporta B4XPages, aunque lo ideal es siempre actualizar... sql a tu base de datos. Puedes usar phpMyAdmin, HeidiSQL, etc… - Configurar el servidor jRDC2. Para ello, abre el archivo jRDC2_B4J.zip, recuerda cambiar tu usuario y contraseña en el fichero config.properties https://www.b4x.com/android/forum/threads/b4x-jrdc2-b4j-implementation-of-rdc-remote... Spanish [TUTORIAL] Acceder a base de datos con jRDC2 - josejad    Jun 23, 2022   (7 reactions) .NET, etc... 3.- jRDC2: Es la forma recomendada por Erel para acceder a base de datos y sobre la que nos centraremos en este tutorial. Las ventajas de jRDC2 son: Soporta la mayoría de las bases de.... Soporta todo tipo de consultas, incluidas consultas BATCH (por lotes) Soporta BLOB's jRDC2... puede usar en B4A, B4i o B4J. Por tanto, para usar jRDC2, necesitas ejecutar la aplicación servidor (un... tutorial jRDC2 (o directamente de AQUÍ) - Añade (más bien, modifica en el programa que has descargado... B4J Library Modded jRDC2 w/SQLite support and more - OliverA    Jul 28, 2024   (15 reactions) Attached you'll find a modified version of jRDC2 (source https://www.b4x.com/android/forum/threads/class-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/) that supports SQLite... replacement for jRDC2. This is more meant for people starting new with jRDC2. Comments are welcome... procedures add-on is technically unnecessary. Out of the box, jRDC2 can handle simple stored... to test the jRDC2 server against. Finally, you have to have patience with me, I'm slow. Client... B4J Tutorial jRDC2 client example (using modded jRDC2) - OliverA    Jul 28, 2024   (7 reactions) Attached you find an example of accessing a jRDC2 server. This is a conversion of the DBUtils... use the modded jRDC2 server (here: https://www.b4x.com/android/forum/threads/modded-jrdc2-w-sqlite... uncaught exceptions errors that I triggered in the original jRDC2 code (here: https://www.b4x.com/android/forum/threads/class-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/). Please note that I create a "helper" code module jRDC2Utils that encapsulates some of the jRDC2... B4J Code Snippet [Project Template] jRDC2 Server (SQLite, MySQL, MS SQL, Firebird, Postgresql, DBF) - aeric    Jan 11, 2024   (16 reactions) jRDC2 Server Template Version: 1.12 (based on jRDC2 version 2.23) Create a new project and run it! To be accompanied with jRDC2 Client Template Introduction: To be edited 147014 Version 1.00 : 9KB Version 1.11 : 127KB Version 1.12 : 127KB Version 2.00 (beta) : 127KB Note: If you think the latest version is big, you can use version 1.00 otherwise you can remove the images inside www/img or use smaller size images.... Share My Creation jRDC2 server authentication + console client - aeric    Sep 4, 2024   (5 reactions) Simple jRDC2 server authentication example with user name and password This example is based on this solved question for learning purpose. If user name and password are not matched, the query will show 0 row result or affected rows. I added a non-UI console app to connect to the server. Edit the rdcLink host IP in Main module. console.jar need to be run using Windows CMD or double click run_console.bat inside Objects folder The server support SQLite and MySQL database. Database is auto... B4J Question jRDC, How to connect to multiple database? - incendio    Nov 2, 2015 Hi guys, I need a help, how to configure jRDC to connect to multiple database. Thanks in advance.... B4A Example [B4XPages] jRDC2 + MySql CRUD + Login - josejad    Apr 24, 2022   (33 reactions) attached a sql file to import in your database. The database name will be B4X. - B4J to create the jRDC2..., HeidiSQL, etc… - Configure jRDC2 server. Open the attached B4J file and change your user and password in the config file. https://www.b4x.com/android/forum/threads/b4x-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/ - Open B4A, and change the rdcLink const in the jRDC2 class to match the IP of the computer where you’re running the jRDC2 server (B4J) Sub Class_Globals... Page: 1   2   3   4   5   6   7   |