B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano - Mashiane (first post)    Aug 25, 2021   (1 reaction) BANanoVuetifyAD3 MySQL Connect.
This enables one to test MySQL connections to any backend, it uses PHP internally.
9PXu301aI24 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 Mysql connect - edgar_ortiz (first post)    Sep 27, 2022   (1 reaction) Check:
https://www.b4x.com/android/forum/threads/b4x-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/ B4A Question Connecting to MySql database - Erel (first post)    Jan 16, 2015   (1 reaction) The two recommended ways to connect to a MySQL datavase:
- RDC (Remote Database Connector)
- PHP script that acts as a web service
I think that there is also a MySQL library in the forum that allows you to directly connect to the database. I don't recommend you to choose this approach. Spanish [SOLUCIONADO]Erro: Internal Server Error ¿Hosting? - josejad (first post)    Nov 10, 2020   (1 reaction) Claro, mira:
mysql_connect
(PHP 4, PHP 5)
mysql_connect — Abre una conexión al servidor MySQL
Advertencia
Esta extensión fue declarada obsoleta en PHP 5.5.0 y eliminada en PHP 7.0.0. En su lugar debería utilzarse las extensiones MySQLi o PDO_MySQL. Véase también la guía MySQL: elegir una API y sus Italian B4J : MySql & Aruba - MARCO C. (first post)    May 09, 2019 connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300) . 23 more 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 B4A Question mysql connection - josejad (first post)    Jun 06, 2023 Not sure if I understand
MS SQL using jRDC2 is B4J, and you can user jRDC2 to connect MySQL too...
If you don't want B4J then don't use jRDC2 and use the link provided by Don Manfred. B4A Question Connect Mysql Library - Melek    Jul 15, 2019 https://www.b4x.-directly-connect-to-remote-databases.84016/
Hello, I was following what Erel published, but I do not know how to do it with Shared Web Hosting, for example with Hostinger. I have the Mysql database there, and I activate Remote Mysql for that database, but I can not connect.
Can anyb B4J Question using the mysql in a tcpserver - DonManfred (first post)    Jun 06, 2019   (2 reactions) Setup a jRDC2 and connect all the Clients to it.
JRDC2 does the Connection to the Database and query/insert/update the data based on the Request.
i guess you can idetify each client and use client specific values on the data writte to the DB. Page: 1   2   3   4   5   6   7   Powered by ColBERT |