B4J Tutorial [GCE] For Noobs, Part 1 - Intro - Ed Brown    Nov 08, 2017   (25 reactions) I’ll also be showing you how I do things. There are other ways of doing things of course, but I’ll be showing how to do things using the tools that I use. Don’t worry! I’m sure that most of you, reading this, are already using the same tools. Below is a comprehensive and very long list of the tools B4J Tutorial Web API Server v3 - aeric    Jan 03, 2025   (19 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 3.
Installation
Download and save Web API Server (3.00). B4A Tutorial Connect Android to MySQL Database Tutorial - Erel    Sep 20, 2018   (29 reactions) A new more powerful framework is now available: jRDC2.
This tutorial explains the basic concepts required for creating a connection between Android device and a remote server. In this case it is a MySQL database.
A tutorial for connecting to SQL Server is available here.
Android cannot connect dir B4J Tutorial [Web] Creating Secure MySQL REST API based WebApps using Api Keys on top of HTTPS - Mashiane    Apr 30, 2024   (2 reactions) Hi Fam. This tutorial is based on the api.php project, originally posted in the forum on September 9, 2022. See the Related Content section below. This time around we are looking at how we can use Api Keys for Authenticating our MySQL WebApps to make them secure when using REST API functionality. B4A Tutorial Complete tutorial: B4A & Your own (local) php & MySql Server (Xampp) with b4a - KMatle    Feb 28, 2016   (30 reactions) Update:
Newer releases of XAMPP come with MariaDB except of MySQL. Basically the same but the php scripts have to be changed a little bit:
- mysql is changed to mysqli
- "$con" (variable that holds the connection) has to be added to every sql statement "mysqli_query($con,"SELECT * FROM persons")" B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano - Mashiane (first post)    Dec 27, 2020   (4 reactions) Tutorial 40a: The MySQLCRUD class to build CRUD code e.g. data-table and dialog box.
Download Version 2.75 BETA
This library class helps one generate CRUD source code for MySQL backend and the generated CRUD source code can be easily adopted as per tutorial 34... for MSSQL, SQLite and BANanoSQL da Spanish [B4A] [Tutorial] Sentencias Preparadas PHP, PDO, MYSQL - rscheel    Jul 28, 2016   (9 reactions) Value As Object)
ToastMessageShow(Position &" "& Value, False)
End Sub
Por ahora seria todo, cualquier consulta, error o acotación me lo dejan en un comentario. B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 2: MySql) - KMatle    Jun 04, 2018   (18 reactions) I did not check for errors so far, too.
Don't forget our browser
As I've said, there is no difference calling the script from our app or directly from a browser. It is a great help to use it with a browser to test it.
www.yourdomain.com/myscript.php?name=Klaus&age=30 B4J Library [BANanoVueMaterial]: The first complete opensource VueJS UX based framework for BANano - Mashiane (first post)    Feb 17, 2020   (1 reaction) MySQL CRUD Tutorial
You can quickly learn how to create a CRUD app by following this tutorial here. It discussed some important things that are related to creating, reading, updating and deleting records from a MySQL database. Also shows you how to load select boxes from database records using vue B4J Tutorial ? JDBCSQL Connector/J - Connect directly to MySQL, MSSQL, PostgreSQL, MariaDB and Oracle databases - Peter Simpson    Mar 13, 2020   (28 reactions) Hello fellow B4X'ers,
Here is some example code for connecting your B4J projects to 5 different types of database engines, this tutorial is for learning purposes only and nothing else.
Disclaimer:
This code with some minor changes may also work in B4A. MySQL and MSSQL connectors definitely do work Page: 1   2   3   4   5   6   7   Powered by ColBERT |