B4J Library [BANanoConnect] BANanoSQL+SQLite+MySQL+MSSQL Library - Mashiane    May 23, 2020   (9 reactions) Ola
For a while I have been exploring backend connectivity using BANano for BANanoSQL, SQLite, MSSQL and MySQL. The purpose of this lib is for a one place for all your connectivity... 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... B4A Library [Class] DBMySQL connect via MySQL Tunnel - scsjc (first post)    Aug 13, 2016 Congratulations with this great work !!!... 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... 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 /Connector-J/mysql-connector-java-5.1.34.tar.gz
MS SQL: http://jtds.sourceforge.net/
As we are connecting... databases.
JdbcSQL - Any remote SQL database with a supported JDBC driver. MySQL and MS SQL are supported. Others are also supported.
The recommended method to connect to remote databases is jRDC2: https://www.b4x.com/android/forum/threads/61801/#content
Connecting to the database directly has... B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Star-Dust    Apr 5, 2023   (29 reactions) Based on @Peter Simpson's code (here), I developed a library that allows you to connect directly to MySql, MsSql (for the moment) databases with B4A and B4J. To be clear, you don't need JRDC... 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) .initialize("MYSQL") Mysql.connectMariaDB("IP", "3306", "mibase... If Mysql.isConnected Then If Mysql.Query("SELECT fecha, serial,cerro,autoriza,suma... If Mysql.isConnected Then Dim str As StringBuilder str.Initialize str... Mysql.isConnected Then Dim str As StringBuilder str.Initialize str.Append...Hello everyone. I developed a library to access MySQL and MariaDB servers using Hikari... 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 (first post)    Jan 6, 2025 , including how to connect and perform operations with MySQL databases using the library.... B4A Library Yet Another MySQL Library But With Stored Procedure Support and Cursors - sigster (first post)    Jul 9, 2020 Hi Thanks for this Library I am edit database from Mysql then I need to add data to 2 Combobox how can I kill the connection, in my mysql server it open new and new connection so open progress are to too many... B4J Library [SithasoDaisy] Plug n Play PHP CRUD REST API (MySQL, SQLite, MSServer, PostGreSQL) for BANano - Mashiane    Jul 8, 2023   (5 reactions) Hi
Plug n Play? Yep...
1. Add the api.php file to your assets. Get it from this GitHub repo
I spoke about this in 2022 on the BVAD3 library.
https://www.b4x.com/android/forum/threads/bananovuetifyad3-vflexdialog-mysql-crud-rest-api-php-using-axios.142814/
2. Change the connection parameters in... Page: 1   2   3   4   |