B4J Library Modded jRDC2 w/SQLite support and more - OliverA    Jul 29, 2024   (15 reactions) Attached you'll find a modified version of jRDC2 (source https://www.b4x.-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/) that supports SQLite as the datastore out of the box. Support for V1 has been removed and therefore this is not a drop in replacement for jRDC2. This is more me B4A Question SQLite db connect in local PC - DonManfred (first post)    Jan 24, 2023   (3 reactions) use jRDC2 on your PC and connect your App to the jRDC2 running on your PC (which itself connect to the local SQLite-DB on your PC). Search the forum about jRDC2 for Library, example, ect. B4J Question Would you recommend SQLite? - Diceman (first post)    Feb 21, 2020   (3 reactions) From the link "SQLite is not a server":
"If you want to stick with SQLite then you’ll need to put something in front of it that can handle requests from multiple client apps. The most obvious solution is to create a web service by using a web app with WebApplication.HandleURL (or HandleSpecialURL). 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 late 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 B4A Question B4A capabilities - DonManfred (first post)    Jul 17, 2024   (4 reactions) https://www.b4x.com/etp.html
Yes. But the recommendet way is to use jRDC2. A B4J Middleman running on your Server.
Yes. SQLite is a Deviceonly Database. You do not need to have a (Internet) signal to use it.
Yes. How it works with javascript you need to search the forum. B4J Question jRDC Server works when run from IDE, but fails when run from the package build - Chris2 (first post)    Oct 20, 2023 Well spotted @aeric & @drgottjr!
As I understand it, @OliverA's modded jRDC2 recognises if an SQLite driver is in use and does not use a connection pool in that case. It sets the SQlite to wal mode (which allows only one writter but multiple readers to connect at a time I think) and uses a single B4A Question SQL/SQL Lite Remote Tutorial - sfsameer (first post)    May 17, 2021   (3 reactions) Hello, I would 100% recommend using JRDC2 technology, because it's fast, reliable and it contains connection pool which means less database throttle More information : https://www.b4x.com/android/forum/threads/b4x-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/ And this is how to Share My Creation SalesForce - Salesmen Management System : Source Code - amarnath (first post)    Jun 22, 2024 - MS SQL
- JRDC2
Any software built using this will work for me.
I made it in B4a in 2017.At that time I made it in SQLite, now I want to make it using JRDC2. B4J Question request for suggestion on db - OliverA (first post)    Apr 14, 2019 Please note, out of the box, jRDC2 does not support SQLite, nor any other DB that cannot be used with database pooling. For a modded jRDC2 version that supports SQLite, please see https://www.b4x.-jrdc2-w-sqlite-support-and-more.85578/. Note: I'm the author of that modification. If you have any issu Page: 1   2   3   4   5   6   7   Powered by ColBERT |