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: 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... B4J Library [B4X] MiniORMUtils - aeric    Mar 25, 2026   (9 reactions) B4A, B4i, B4J), MariaDB and MySQL (for B4J only). 164272 Project Template: MiniORM Examples... = "blog.db" Set ORMSettings for MySQL DB.Initialize Dim MS As ORMSettings MS.Initialize MS.DBType = DB.MYSQL MS.JdbcUrl = "jdbc:mysql://{DbHost}:{DbPort}/{DbName}?characterEncoding=utf8&useSSL=False" MS.DriverClass = "com.mysql.cj.jdbc.Driver" MS.DBName = "blog... 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... Page: 1   2   |