Page 1 of 1
Save, edit, viewing data on mysql using LiveCode
Posted: Wed Aug 13, 2014 5:19 am
by jeff-goingco
Hi,
I'm a beginner, can anyone help me how to save, edit and view data on mysql using livecode??
Thank you in advance.
Re: Save, edit, viewing data on mysql using LiveCode
Posted: Wed Aug 13, 2014 5:22 am
by sefrojones
Jeff,
Welcome! This tutorial should get you started:
http://lessons.runrev.com/m/4071/l/7003 ... l-database
--Sefro
Re: Save, edit, viewing data on mysql using LiveCode
Posted: Fri Aug 15, 2014 6:03 pm
by FourthWorld
Moderation note: This topic was originally posted to the Learning Resources/Projects section, now moved to Databases where it seems more appropriate.
Re: Save, edit, viewing data on mysql using LiveCode
Posted: Tue Sep 09, 2014 11:46 pm
by Da_Elf
I coudnt find any further reading after i figured out how to connect. Once i was able to connect to my own database and table i narrowed the search by telling to to search only where a specific userID is entered. But from all the different table fields there i now just want to now specify which table field i want to grab. in PHP i would use something like echo $row['FirstName'] with $row more or less containing all of the data that you would find in tData in the livecode example
let me just say i tried to treat it like an array and ask for item 1 of tData but it didnt work