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. 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 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")" 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 B4A Code Snippet Register User example using OkHttpUtils2 - aeric    Jan 26, 2023   (49 reactions) Register User example using OkHttpUtils2
77216 77217 77218 77219 77220 77221
Updates:
This project is deprecated. Please check User Login + MySQL PHP API
https://www.b4x.-login-mysql-php-api.117826/
Introduction
This code snippet is based on the thread posted by KMatle in Tutorials & Exampl 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 B4A Question (solved, thanks) Read db mySQL but not show all the db - Erel (first post)    Mar 04, 2015   (1 reaction) The php script posted in the MySQL tutorial is safe to use if you understand what it does and how the server should be configured.
Otherwise I wouldn't have publicly run this script on this server. Page: 1   2   3   4   5   6   7   Powered by ColBERT |