B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Star-Dust    Apr 5, 2023   (29 reactions) directly to MySql, MsSql (for the moment) databases with B4A and B4J. To be clear, you don't need JRDC....3.1.jar and mysql-connector-java-5.1.47-bin.jar. (You can find these files in the @Peter Simpson... B4J Library [SithasoDaisy] Plug n Play PHP CRUD REST API (MySQL, SQLite, MSServer, PostGreSQL) for BANano - Mashiane    Jul 8, 2023   (5 reactions) /bananovuetifyad3-vflexdialog-mysql-crud-rest-api-php-using-axios.142814/
2. Change the connection parameters in... B4J Library [BANanoConnect] BANanoSQL+SQLite+MySQL+MSSQL Library - Mashiane    May 23, 2020   (9 reactions) , MSSQL and MySQL. The purpose of this lib is for a one place for all your connectivity... MySQL. SQLite, MSSQL and MySQL use PHP.
BANAnoAlaSQLE - CRUD functionality for BANanoSQL
BANanoMSSQLE... B4A Library ✨ Magic API Library: Build a Powerful Server-Side REST API with MySQL and File Management in Just 5 Minutes! 🚀 - fernando1987    Sep 29, 2025   (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... Tool New library for use with remote MySQL and MariaDB servers using Hikari, for development with B4A and B4J - ANTONIO ALBEIRO VALENCIA    May 18, 2025   (4 reactions) Hello everyone. I developed a library to access MySQL and MariaDB servers using Hikari... Private Mysql As MYlibreria Private btnRead As Button Private btnIns As Button Private btnUpd As Button End Sub Public Sub Initialize ' B4XPages.GetManager.LogEvents = True Mysql.initialize("MYSQL") Mysql.connectMariaDB("IP", "3306", "mibase... events in the B4XPagesManager object. The event name is B4XPage. Private Sub MYSQL_OnError( error... 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 Class mysql_php class - easy way to connect webservice (security https & gzcompress) - scsjc    Jul 10, 2017   (4 reactions) ";
$user= USERNAME;
$pass= PASSWORD;
$connect_mysql=mysqli_connect($localhost,$user,$pass,$dbname);
mysqli_set_charset($connect_mysql,"utf8");
$return_arr = array();
$fetch... B4J Library MysqlConn : Mysql connection library - Justcooldev    May 12, 2023   (6 reactions) Hi ! New library ! MysqlConn. It is fully written in B4X ! This library is compatible with B4J & B4A. It depends on OkHttpUtils2 and a PHP Script. PHP Script : <?php $host_name = $_GET; $database = $_GET; $user_name = $_GET; $password = $_GET; $link = mysqli_connect($host_name, $user_name, $password, $database); if ($_GET == 'Test') { if ($link->connect_error) { die... MysqlResultSet GetString GetDouble GetInt Events : EventName_QueryResultsDone(Result As List... Page: 1   2   |