B4J Tutorial H2 Database - tchart    Jul 18, 2021   (24 reactions) This is a very quick tutorial on the H2 database - https://www.h2database.com/html/main.html
The main features of H2 are:
Very fast, open source, JDBC API
Embedded and server modes; in-memory databases
Browser based Console application
Small footprint: around 2 MB jar file size
Other advantages o B4J Question Socket Closed Error - Erel (first post)    Aug 09, 2017   (1 reaction) SQL Tutorial B4J Tutorial Web API Server (v3) - aeric    Nov 09, 2024   (18 reactions) Part #1: Get Started
Part #2: Configure Settings
Part #3: How Does the Project Work?
Part #4: Server Handlers
Part #5: Add Boilerplate Code to Handler 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 Serv B4J Question Windows and Linux targets, how to use SQLite API? - Erel (first post)    Apr 30, 2017 SQL Tutorial B4J Question ODBC Connector - Erel (first post)    Apr 19, 2017 SQL Tutorial B4J Tutorial [Server] Building web servers with B4J - Erel    Sep 01, 2021   (31 reactions) Single threaded handlers can be useful in many cases. Some examples: - A handler that accesses a SQLite database, which is less suitable for concurrent connections. See this tutorial for concurrent access to SQLite: https://www.b4x.-concurrent-access-to-sqlite-databases.39904/#content - A handler th B4J Tutorial [NLP] Library or Question? - Erel    Sep 01, 2021   (7 reactions) 118582 Please start with this tutorial: https://www.b4x.com/android/forum/threads/nlp-sentiment-analysis.133922/ It is quite similar. In this tutorial we will try to detect whether the text belongs to a question thread or a library thread. First step is to build the train and test data. The format B4J Question Webserver tutorial with SQL not working for me. Collation issue - Xandoca (first post)    May 19, 2020   (1 reaction) Do you need to create/config your MySQL as utf8_unicode_ci (collation_server=utf8_unicode_ci)?
Mine is configured as utf8mb4 and utf8mb4_0900_ai_ci and is working fine.
94366 B4J Tutorial [B4J] A solution for SQL Brute force Protection - Magma    Jun 24, 2021   (3 reactions) And here a special tip - for those who want to unblock ips...
delrule.bat
netsh ipsec static delete rule name=MBB_%1 MBB_POL_1
don't forget to run delpol.bat at the end of the Testing purposes... because you will block ip addresses forever :)
ps: Every time - you rebooting your pc ipsec policy is B4J Tutorial jServer & SQLite [Multiple Request Stress Test] - tchart    Mar 20, 2022   (25 reactions) However as pointed out (here) if you have any potentially long running queries then a pool manager is a good option as it wouldnt block the single connection.
SQLite Compacted with shared/single Connection
126781
SQLite Compacted DB with Hikari CP
126782 Page: 1   2   3   4   5   6   7   Powered by ColBERT |