B4A Tutorial SQL tutorial - Erel    Oct 02, 2019   (20 reactions) Update 2018: New video tutorial: 263187269 The source code is available here: https://www.b4x.com/android/forum/threads/b4x-erel-teaches-programming-video-tutorials.88787/page-2#post-577932 Async methods: SQL with Wait For The following tutorial is obsolete: This tutorial covers the SQL libra B4J Question Socket Closed Error - Erel (first post)    Aug 09, 2017   (1 reaction) SQL Tutorial B4A Code Snippet [B4X] SQL - setting the journal mode - Erel    Nov 21, 2021   (7 reactions) The modes are explained here: https://www.sqlite.org/pragma.html#pragma_journal_mode The two cases where it is important to set the journal mode: 1. WAL - B4J server solutions: https://www.b4x.-concurrent-access-to-sqlite-databases.39904/#content 2. DELETE - when it is important that the database w B4A Question .db file (sqlite) & .mdb file (vb6) - aeric (first post)    Nov 01, 2020   (3 reactions) I recommend you learn from SQL Tutorial It is easy to create sqlite db in B4X. B4A Tutorial SQL tutorial here - hibrid0    Dec 21, 2016   (3 reactions) Hi, I want to share an small course of SQL. For me was so helpful. Web: https://www.sololearn.com/Course/SQL/ App: https://play.google.com/store/apps/details?id=com.sololearn This app teach style Duolingo. Maybe will help you to other here. B4A Question B4A-budget app tutorial using B4X pages, a tabhost, a SQLite database, a CLVDragger class and a calendar dialog library class. - PaulMeuris    May 28, 2022   (22 reactions) In this step-by-step guide you can build a budget app.
You will be using code from the previous tutorials (B4A-lists and B4A-calendar).
A database class will be set up to use SQL queries to add, change or remove records from database tables.
You will also learn how to use 'prepared statements' to pr 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 B4A Tutorial [B4X] SQL with Wait For - Erel    May 15, 2017   (21 reactions) The new resumable subs feature, introduced in B4J v5.50, B4i v4.00 and B4A v7.00 (to be soon released), makes it simpler to work with large data sets with minimum effect on the program responsiveness.
The new standard way to insert data is:
For i = 1 To 1000
sql.AddNonQueryToBatch("INSERT INTO B4J Tutorial Web API Server v3 - aeric    Jan 16, 2025   (20 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
Part #1: Get Started
Introduction
This tutorial is based on Web API Server v3.
Installation
Download and save Web API Server (3.00) Page: 1   2   3   4   5   6   7   Powered by ColBERT |