I have an app that stores an image in a SQLite BLOB and happily retrieves and displays it in a form. However I need to push that up to a PHP...
So I'm most likely just being a bit thick today but i can't get my head around how to get this to work; The aim being to have an xml builder...
Hi Everyone! Gotten stuck trying to receive some data from a post request and put it into a database, I get data like this; 'PIRTIMEOUT...
I'm trying to use jShell to run MySQLDump.exe to dump a database: DumpDB.Initialize("DumpDB","C:/xampp/mysql/bin/mysqldump.exe" , _...
https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/ Hello, I was following what Erel published, but I do...
Hola, soy nuevo en B4A, alguien me puede ayudar con el control de WebView, en una pagina web que muestro, hay imágenes y videos, que los videos si...
Hola, tengo un problema es que no alcanzo a comprender del todo como "Bloquear" una petición HTTP por que utilizo Wait For (Resumable). Miren el...
Ola NB: The code here explains the use of parameter based queries for CRUD I have been exploring MySQL with BANano, this was previously done...
Hi I'm trying to connect to my sql server from android. I am at the beginning, that is, with the connection and I am already at rest I wrote...
Ciao sto tentando di connettermi al mio sql server da android. sono all' inizio cioè alla connesisone e già sono fermo- Ho scritto questo con le...
Ola [MEDIA] Kinda excited that this is starting to form a shape. This second part of the tutorial deals with reading the users from the MySQL...
Ola [BANAno] MySQL CRUD with PHP - Part 2 Well, the Business College website I'm creating has a portion of where the potential students need to...
Is there any way to validate that an INSERT query was succesfull on a remote MySQL database? Other than to then run another query to retrieve the...
Hi there The purpose of this is to demo how one can add, update, read and display mysql database records into a webview. [MEDIA] 1. Setting up...
Hi there Update: April 8, 2019 Solution [BANAno] MySQL CRUD with PHP - Part 1 [BANano] MySQL CRUD with PHP - Part 2 I have an issue that I need...
Hola a todos!, soy nuevo en el tema de B4A y estuve revisando un poco varios foros y veo que hablan mucho de JRDC y JRDC2(recomendado), como soy...
Buenas a todos. En este enlace https://mega.nz/#!jKRDXCgT!3BgdgywykwpV4tXfR5A6s7lemuvj0Pl8DUnKajYkB0Q podran descargar un zip con ejemplos de...
Hello, I'm facing a big problem with an app developed in B4A already on production, that is driving me crazy. The problem started this morning...
Hello. I'm writing an app that allows several computers to add new orders to the database. To avoid any conflicts, I want to make sure that when...
I am using the version of b4a 5.80 My code Sub Process_Globals Dim mh1 As MysqlHandler Dim rs1 As ResultSet End Sub Sub...