B4A Library ✨ Magic API: Build a Powerful Server-Side REST API with MySQL, MSSQL, SQLite, PostgreSQL, Oracle, and Firebird and File Management in 5 Minutes! 🚀 - fernando1987    Feb 20, 2026   (14 reactions) .
Available Resources
🌟 Ultimate Guide: Manage Any MySQL Database with DatabaseAPI and api.php....php script to interact with any MySQL database in a simple, secure, and efficient way. We provide... B4A Library JdbcSQL - Directly connect to remote databases - Erel    Sep 17, 2017   (35 reactions)   tags: Conector SQL, RemoteDB, remote db, jDBCSQL, sql connect local remote databases. JdbcSQL - Any remote SQL database with a supported JDBC driver. MySQL and MS SQL... and add a reference with #AdditionalJar. For example: #AdditionalJar: mysql-connector-java-5.1.34-bin Note that you should use Java 7 jars. MySQL connector: https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.34.tar.gz MS SQL: http://jtds.sourceforge.net/ As we are connecting... B4A Library Yet Another MySQL Library But With Stored Procedure Support and Cursors - keirS    Mar 15, 2015   (5 reactions) uses the sample database from www.MySQLTutorial.org. You need to download the MySQL Connector/J JDBC driver mysql-connector-java-5.1.34-bin.jar from the MySQL Website and put it in your additional... B4A Library [Lib] Magic API v7 - Multi-Database Support (MySQL, MSSQL, SQLite & more) 🚀 - fernando1987    Feb 20, 2026   (6 reactions) Hello everyone! I'm excited to announce the Version 7 of Magic API. This update is a major milestone, transforming the library from a specialized MySQL tool into a Universal Database Bridge for B4X. Now, you can use the same B4X code to interact with different database engines, handling all... side. 🌟 Key Features in v7 Multi-Engine Compatibility: Full support for MySQL, MSSQL, SQLite... constants api.DatabaseType = api.DB_MSSQL ' Options: DB_MYSQL, DB_MSSQL, DB_SQLITE, DB_POSTGRESQL... B4A Library MySQL Library with jdbc - hasanaydin52    Oct 17, 2012   (1 reaction) , update or delete queries.
You must copy MYSQL.jar, MYSQL.xml files to your addititonal library folder.
You should download jdbc driver from Mysql site:
Download jdbc driver
After you must copy... B4A Library Asynchronous MariaDB/MySQL Library - keirS    Apr 7, 2014   (6 reactions) There are a couple of MySQL libraries already available. They all perform network functions... with MySQL as MariaDB is a fork of the open source version of MySQL. The JDBC driver is GNU LGPL... B4A Library MySQL Library - Smee (first post)    Mar 1, 2024
Hi guys, is this library still available anywhere?
see Don Manfreds post #25 above... B4A Library [Class] DBMySQL connect via MySQL Tunnel - scsjc (first post)    Aug 13, 2016 Congratulations with this great work !!!... B4A Library SD: SqliteExtra - Star-Dust    Nov 20, 2021   (20 reactions)   tags: sqlite, SQL ) As Boolean Example: Dim sq as sqlite sq.initialize sq.AddField("mysql.db","mytable","myfield","") sq.AddField("mysql.db","mytable"...("mysql.db","mytable","ID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, Number....initialize sq.DeleteRow("mysql.db","mytable","ID=1") DeleteTable....DeleteTable("mysql.db","tableOld") Initialize As String Initializes the object... B4A Library MySQL Connector - kuntasev (first post)    Jun 16, 2014 What I do, is a simple query on the table that I have created.
I put the connector on the same PC that MySQL server in a folder ... and I run.
It ope the command window, without any information... Page: 1   |