Hi,
I'm a beginner, can anyone help me how to save, edit and view data on mysql using livecode??
Thank you in advance.
Save, edit, viewing data on mysql using LiveCode
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 1
- Joined: Wed Aug 13, 2014 5:05 am
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Save, edit, viewing data on mysql using LiveCode
Jeff,
Welcome! This tutorial should get you started:
http://lessons.runrev.com/m/4071/l/7003 ... l-database
--Sefro
Welcome! This tutorial should get you started:
http://lessons.runrev.com/m/4071/l/7003 ... l-database
--Sefro
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Save, edit, viewing data on mysql using LiveCode
Moderation note: This topic was originally posted to the Learning Resources/Projects section, now moved to Databases where it seems more appropriate.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Save, edit, viewing data on mysql using LiveCode
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
let me just say i tried to treat it like an array and ask for item 1 of tData but it didnt work