B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Sep 9, 2021   (38 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... address or host name of the server hosting jRDC2. It must end with /rdc. 2. Add DBRequestManager... working with blobs. - Extending jRDC2 to support B4R: https://www.b4x.com/android/forum/threads/rdc... Share My Creation JRDC2 Interface - Remote Server Manager - sfsameer    Jan 8, 2022   (15 reactions) on the Skype & Twitch alternative project we had to modify the features of the JRDC2 a lot of times... and the timeouts, and sometimes the JRDC2 was not running and we hadto keep checking it, so we did... the following : Control the server & the JRDC2 remotely : 1- Stop JRDC2 2- Pause it (no more in/out until it was un-paused) 3- Restart JRDC2 4- Make it run at start up of the server (sometimes we...- how many requests so far 12- Multiple JRDC2 Connections (more than 1 JRDC2 Server) *A very... Spanish [TUTORIAL] Acceder a base de datos con jRDC2 - José J. Aguilar    Jun 23, 2022   (5 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... Spanish [B4XPages] jRDC2 + MySQL CRUD + Login - José J. Aguilar    Feb 24, 2022   (12 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... B4J Library Modded jRDC2 w/SQLite support and more - OliverA    May 28, 2020   (12 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... '2020/04/24 Changes: ' 'Updated source to match updates/features of jRDC2 2.22 ' 'Added... B4A Tutorial Tutorial of connecting Android to MS SQL Server using jRDC2 - Bladimir Silva Toro    Mar 11, 2020   (32 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... Share My Creation BANanoVuetifyAD3 Contact Manager WebApp using BANanoServer MySQL jRDC2: Source Code - Mashiane    Aug 5, 2021   (16 reactions) Hi there Announcing our next project. A contact manager jRDC2 WebApp using the BANanoServer. 117428 The project is DonationWare and any donation is welcome. The paypal address is anele@mbangas.com. Featuring: MySQL BackEnd jRDC2 Connection BANanoDataSource Badges ListView Form Builder Custom Components i.e. Tags Watch this space. You will love this! PS: The above screens are just demos and not the final product. Ta! yBuKpvdnj2U... B4J Tutorial jRDC2 client example (using modded jRDC2) - OliverA    May 29, 2018   (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. 2018/05/29 Update: Fixed a race condition in... 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... B4J Question [BANanoServer] [SOLVED] Request assistance with jRDC2 error with ResumableSub - Mashiane    Jan 31, 2021 Ola Download I'm attempting to implement jRDC2 with my test project with the BANanoServer... it because an jRDC2 call is a ResumableSub. JRDC2OnBrowser calls the JRDC2OnServer call. Whilst the sql... I have attached the source code and the SQL file for the backend database. There is a jRDC... on both projects hold the settings for the projects, the UI is on 55056 and the JRDC2 on 17178... JRDC2OnBrowser(payload As Map) 'ignoreDeadCode Log("BrowserIndex.JRDC2OnBrowser... Page: 1   2   3   4   5   6   7   |