Save, edit, viewing data on mysql using LiveCode

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jeff-goingco
Posts: 1
Joined: Wed Aug 13, 2014 5:05 am

Save, edit, viewing data on mysql using LiveCode

Post 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.
sefrojones
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 447
Joined: Mon Jan 23, 2012 12:46 pm

Re: Save, edit, viewing data on mysql using LiveCode

Post by sefrojones »

Jeff,

Welcome! This tutorial should get you started:

http://lessons.runrev.com/m/4071/l/7003 ... l-database


--Sefro
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Save, edit, viewing data on mysql using LiveCode

Post by FourthWorld »

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
Da_Elf
Posts: 311
Joined: Sun Apr 27, 2014 2:45 am

Re: Save, edit, viewing data on mysql using LiveCode

Post 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
Post Reply