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... B4J Code Snippet [Project Template] jRDC2 Server (SQLite, MySQL, MS SQL, Firebird, Postgresql, DBF) - aeric    Feb 20, 2025   (16 reactions)
Updates
jRDC2 Server v2 is available
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... Share My Creation [Project Template] jRDC2 Server - aeric    Mar 12, 2025   (5 reactions) Version: 3.10 Project template based on jRDC2 version 2.23 with sample database. 162504 GitHub: https://github.com/pyhoon/jrdc2-server-template-b4j Template: JRDC Server (3.10).b4xtemplate Supported databases: SQLite MySQL MS SQL Firebird Postgresql DBF Depends on: JavaObject jRandomAccessFile jServer jShell jSQL B4X Client app: jRDC2 Client (B4J, B4A, B4i) Version 1.x is available here: https://www.b4x.com/android/forum/threads/project-template-jrdc2-server-sqlite-mysql-ms-sql... B4J Question [jRDC2] with SQLite -> need help with WAL & Pool - jmon    Sep 20, 2016 Hello,
I am using jRDC2 with SQLite.
I have already set my SQLite db in PRAGMA journal_mode = wal:
https://www.b4x.com/android/forum/threads/webapp-concurrent-access-to-sqlite-databases.39904...", Array(1))
Is this correct? Because in my tests, that appeared to slow down the jRDC server.
If... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp 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... to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql... Spanish [ SOLUCIONADO ] jRDC2 - B4A Cliente Sqlite - OliverA (first post)    Dec 27, 2023   (2 reactions) ) & " date " & row(2) & " cantidad " & row(3) & "... Log(res.Columns.GetKeyAt(1))
' Log(res.Columns.GetKeyAt(2))
' Log(res... B4J Question [SOLVED]error connecting to sqlite using JRDC2 - elitevenkat (first post)    Mar 15, 2021   (1 reaction) Thank you @OliverA. As per your suggestion, i put in the main module of the client project. It wor... B4J Tutorial jRDC2 client example (using modded jRDC2) - OliverA    Jul 28, 2024   (7 reactions) use the modded jRDC2 server (here: https://www.b4x.com/android/forum/threads/modded-jrdc2-w-sqlite...Attached you find an example of accessing a jRDC2 server. This is a conversion of the DBUtils... 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 Question JRDC2 and sqlite-jdbc-3.7.2.jar - Dey (first post)    Aug 31, 2016 thanks Erel
I'm sorry I'm a little tired ...:(... B4A Question Read access to SQLite DB located on NAS - aeric (first post)    Oct 26, 2024   (1 reaction) Search for jRDC2 using SQLite db. jrdc2+sqlite or check my web api server 2... Page: 1   2   3   4   5   6   7   |