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... B4J Library Alpha/Beta testing if jRDC2 with returning auto-generated key values after INSERT - OliverA    Jan 11, 2021   (8 reactions) this as shown in this post: https://www.b4x.com/android/forum/threads/rdc2-select-last_insert_id.126310.... The jRDC2 code uses getLong to retrieve the value. So for very large DB's with auto-increment values... B4J Library Caffeine Cache - udg (first post)    Mar 11, 2023 Correct me if I'm wrong; this makes for a superb companion to a jserver-based or RDC2-based middle-layer solution. I mean, on a first request for a value we execute a regular SELECT statement and store the returned value in the cache, then on subsequent requests that same value is read from the cache saving the DB operation. Having potentiatly thousands of clients accessing the middle-layer for some common values that cache is really valuable. Thank you for this great addition to our... B4A Library Asynchronous MariaDB/MySQL Library - DonManfred (first post)    May 27, 2016 Sorry, but I really don't know how to solve my problem: if my MySQL database can only accept localhost executions, how can I use any one of libraries? If your provider only accept localhost connections then you are lost. You need to use another solution. Like RDC, RDC2 or a php-script as man-in-the-midle... B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google OAuth2 authentication. The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app. GoogleOAuth2 class takes care of several tasks: 1. Opening the browser and getting the authorization code. 2. Getting and saving.../identity/protocols/OAuth2InstalledApp Setup 1. Go to Google developer console, create a new project... Sign Key. Set the package name or bundle identifier fields to your app's package name. 2... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE Notes - You can call Manager.Scan2 with AllowDuplicates set to True if you want to monitor the state... as keys (data types) and bytes arrays as values. - Call ReadData2 if you are only interested in a single... the fine location permission in the manifest editor. 2. Request this permission with RuntimePermissions. Otherwise scanning will fail with a message visible in the unfiltered logs. BLE2... 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... B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Sep 3, 2025   (19 reactions) concepts. 2 Add to manifest editor: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile (Macro, FirebaseAdMob2.FirebaseAds) AddReplacement($ADMOB_APP_ID$, ca-app-pub....ResetConsentStatus Ads.SetConsentDebugParameters("77A04EE40B2AFED2AFC67701365187EC", True.... It is configured to appear if the app was more than 2 minutes in the background and then resumed. Instructions: 1. Call Ads.FetchOpenAd once. 2. Private Sub B4XPage_Foreground Ads.ShowOpenAdIfAvailable End... B4J Library [python] jRDC2 Python client - Erel    Jan 15, 2025   (13 reactions) Start here: https://www.b4x.com/android/forum/threads/python-b4xserializator-implementation-in-python.165109/ Depends on: pip install requests Example: from db_request_manager import DBRequestManager, DBCommand if __name__ == '__main__': req = DBRequestManager(connector_link="http://127.0.0.1:17178/rdc") req.execute_batch() print("table created successfully") commands = with open(r"C:\Users\H\Downloads\1.jpg", "rb") as f... B4J Library jRDC-Multi DB with JSON handler - cheveguerra    Nov 21, 2025   (9 reactions) jRDC2-Multi Mod (B4J Server)
For the last version, check here.
1. Overview
This post..., I am 'totally innocent'. 😅
This project is a modded version of the original jRDC2 Server... Page: 1   2   3   4   5   6   7   |