Hi guys, I'm new in B4A. I have 3 EditText and I need to send the 3 strings to an online SQL server table.
In particular I must send Name, Surname and Description strings, written in EditText1, 2, 3, into name|surname|description columns of a SQL table. Thank you for your help
There are two ways to communicate with remote databases. You can use RDC (remote database connector) or a PHP / ASP .Net script as the middle layer that connects between the devices and the databases.