Share My Creation [Project Template] Web API Server - aeric    Oct 10, 2024   (67 reactions) - SQLite version point to sqlite-jdbc-3.39.2.0
- Separate Category and Product handlers
- FindHandler added for more search endpoints
- Endpoints structure changed! 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 Tutorial jServer & SQLite [Multiple Request Stress Test] - Indic Software (first post)    May 17, 2021   (1 reaction) We had used a RDBMS (in distant past) called ValentinaDB SQLite Server.
And it is working faultlessly even today! B4A Question Database server on Android device - b4auser1 (first post)    Aug 19, 2016 Web server(Rest api using servlets)+sqlite is a solution to share data to android clients consuming rest api with httputils2. B4J Question Connecting to CubeSQL DB Server - Erel (first post)    Jun 16, 2021 While SQLite is a great database, it is not suitable for a case where multiple processes access the same database directly. It will corrupt the database eventually.
I guess that CubeSQL implements a server that serializes the requests. A similar thing can be done quite easily with jRDC2. B4J Tutorial Web API Server (v3) - aeric    Jan 02, 2025   (18 reactions) Part #1: Get Started
Part #2: Configure Settings
Part #3: How Does the Project Work?
Part #4: Server Handlers
Part #5: Using Code Snippets
Part #6: Add a New Field
Introduction
This tutorial is based on Web API Server 3.
Installation
Download and save Web API Server (3.00).b4xtemplate file into B4J Code Snippet [Project Template] jRDC2 Server (SQLite, MySQL, MS SQL, Firebird, Postgresql, DBF) - aeric (first post)    Sep 18, 2023 A member contacts me privately asking about putting SQLite database in other location instead of Objects folder.
Here are the changes required:
## SQLite configuration:
DriverClass=com.sqlite.JdbcUrl
JdbcUrl=jdbc:sqlite:C:\\Users\\aeric\\AppData\\Roaming\\JRDC\\test.db
Version 1.00:
'Class module
B4A Library JdbcSQL - Directly connect to remote databases - OliverA (first post)    Sep 20, 2017   (2 reactions) SQLite is not really a client server database such as PostgreSQL, MySQL, MSSql, etc. It is a local datastore that can be queried via SQL. The only way to connect to a remote SQLite database is through a form of drive/path mapping, but that even is not recommended by SQLite's website (https://sqlite. B4A Question SQL has several possiblilities: which one? - aeric (first post)    Nov 01, 2020   (4 reactions) To make it easy, I would say if you just need a standalone or offline database just for your B4A app inside an Android device, then SQLite is good to go. If you want to share the data or sync between more devices with another remote database server, then using MySQL as a database server is a better B4A Question SQLite database online - aeric (first post)    Oct 12, 2024   (2 reactions) Try search for sqlite + server
project-template-jrdc2-server-sqlite-mysql-ms-sql-firebird-postgresql-dbf
project-template-web-api-server
project-template-user-login-server Page: 1   2   3   4   5   6   7   Powered by ColBERT |