Spanish Nueva Libreria MYSQL /MariaDB y hikari para B4A y B4J - calabozo2006 (first post)    Dec 17, 2025 Esta Libreria es de lo mejor en cuanto a Codigo de Trabajo VS Resultados... es facil de implementar, los ejemplos claros y de facil migracion... y los tiempos de respuesta con gran cantidad de datos, es sin duda excelente, quede muy satisfecho con los resultados.... Share My Creation [Project Template] jRDC2 Server - aeric    Dec 17, 2025   (5 reactions) Version: 3.30 Project template based on jRDC2 version 2.23 with sample database. 162504 GitHub: https://github.com/pyhoon/jrdc2-server-template-b4j Template: JRDC Server (3.30).b4xtemplate Supported databases: SQLite MySQL MS SQL Firebird Postgresql DBF Depends on: JavaObject jRandomAccessFile jServer jShell jSQL B4X Client app: jRDC2 Client (B4J, B4A, B4i) Version 1.x is available here: https://www.b4x.com/android/forum/threads/project-template-jrdc2-server-sqlite-mysql-ms-sql... B4A Question Seeking Guidance on Optimizing Database Access for Scaling B4X App - amarnath    Dec 15, 2025 I'm currently using B4J with JdbcSQL to connect directly to a remote MySQL database:
Public mysql As JdbcSQL
Public driver As String = "com.mysql.jdbc.Driver"
Public jdbcUrl As String... B4J Question RDC timeout - Erel (first post)    Jan 4, 2026 No file is missing. The MySQL server is probably not running. Have you started WAMP (if you are using it)?... B4A Question Help with a query - joko0124 (first post)    Dec 22, 2025 It depends on your DB engine:
If SQL or SQLite, do not use ORDER and LIMIT when using UPDATE query
If mySQL, change your date format from '12/20/2025' to '2025-12-20'
Hope it will help.... B4J Question Weird Date - Declan    Jan 4, 2026 I have the following code that writes the Date to a mySQL DB: Dim myID As String = deviceID Dim myDate As String DateTime.DateFormat = "dd/mm/yyyy" myDate = DateTime.Date(DateTime.Now) SQL.ExecNonQuery2("INSERT INTO regdevices (deviceid, regdate) VALUES (?, ?)", Array(myID, myDate)) However, the date that is returned is: 04/30/2026 Month is dodgy Should be: 04/01/2026... B4J Library [Web] PHP-CRUD-API SecureQueryController - Execute SQL Commands via REST API - Mashiane    Dec 16, 2025   (4 reactions) Hi Fam The PHP-CRUD-API is a Single file PHP script that adds a REST API to a SQL database. I first discovered this some time in 2022 when I featured it here. https://www.b4x.com/android/forum/threads/bananovuetifyad3-vflexdialog-mysql-crud-rest-api-php-using-axios.142814/ Fast forward, I've used this to create an Address Book with a Dashboard which needed some extra functionality of getting some database data and then using that to draw the dashboard content. So how did I achieve... B4J Question [Web][SithasoDaisy5] Questions & Answers - Mashiane (first post)    Dec 8, 2025   (1 reaction)
SDUIMySQLREST is missing the method SelectDistinctWhere that was included in the old SDUIMySQLE. Can you help me? is there any way to query distinct records ?
Hi @Enrico Fuoti , thank you for your question and thanks for you interest in SithasoDaisy5. Anytime you need help, Im here to help.
SDUIMySQLREST vs SDUIMySQLE
These are two different approaches to using MySQL and PHP. SDUIMySQLREST... B4J Question How to use AI systems to verify entire project code - Magma (first post)    Dec 30, 2025 solution that allows B4J/B4A/B4i applications to connect to remote databases (MySQL, MS SQL, PostgreSQL... ├── Files/ │ ├── jdbc_driver.jar # Database JDBC driver │ └── mysql-connector.jar # Example: MySQL driver ├── Main.bas # Server main module └── jRDC2_Server....mysql.jdbc.Driver JdbcUrl=jdbc:mysql://localhost:3306/mydb?characterEncoding=utf8 User=dbuser... operations sql.insert_batch=INSERT INTO products (name, price) VALUES (?, ?) # Stored procedures (MySQL... Page: 1   |