Hi Guys,
I'm new to MySQL and SQL altogether and I've been using the RDC Server and client to connect to my MySQL server. Everything seems to work, when I execute a query the correct result appears in the B4A Log. However I'm not sure how I can use this data in views on my app.
For example I have table listing all the machines/equipment at a local business and I want to populate a spinner with the names of these machines. I know that 'executespinner' can do this with DBUtils but that seems to only be for local DBs not remote MySQL servers.
It may seem like a newb question but any help will be greatly appreciated!
Thanks,
Tristan