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... name of the server hosting jRDC2. It must end with /rdc. 2. Add DBRequestManager class to your project.... - Extending jRDC2 to support B4R: https://www.b4x.com/android/forum/threads/rdc-based-on-mqtt.72416... 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...-database-connector.61801/ - Abre B4A, y en la clase jRDC2, cambia la constante rdcLink para que apunte al ordenador en el que estás ejecutando el servidor jRDC2 (B4J). (Puedes verlo con ipconfig en windows... 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... 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... AppNotes) ' Merge changes from @Erel's jRDC2 version 2.23 ' Merged MSSQL date issue... 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... note that I create a "helper" code module jRDC2Utils that encapsulates some of the jRDC2... it shows a small glimpse of jRDC2. 2024/07/27: Moved notes from Main to here (code module... 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.../pyhoon/jrdc2-server-authentication-b4j 156611... B4J Question jRDC2 is it safe? - ilan    Jan 27, 2021   (1 reaction) sorry for my ignorance but i hear a lot of people saying using PHP is not safe to connect to a MySQL DB. and i hear a lot erel saying the best solution is to use jRDC2. so i tried and watched the whole tutorial of him here i must say that i was surprised that everything worked. so i managed to run the example and it works fine. so now i understand that i need to put the jar file on my server and connect the client to it but why is it safer than other solutions? i mean the hacker could just... 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... B4A Tutorial Tutorial of connecting Android to MS SQL Server using jRDC2 - Bladimir Silva Toro    Mar 11, 2020   (33 reactions) Hi Here is a tutorial that shows the steps of how to make an Android connection to MS SQL Server using jRDC2. Download tutorial here: 1UEVTNelsTChMe1diehmOyHghHTi-qr_L Attached the Mobile Project in B4A and the JRDC2 Project in B4J Any questions please ask in the forum Bladimir Silva Toro Teacher programming software... Page: 1   2   3   4   5   6   7   |