Populating tables from MySql database

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mimsma
Posts: 4
Joined: Mon Jun 15, 2009 11:04 pm

Populating tables from MySql database

Post by mimsma » Mon Jun 15, 2009 11:05 pm

I am really under the gun here. Do you have and sample code that shows me how to successfully create a stack place a search field on it for lastname and then populate a table with that information. Then I need to click on the first column in the table and have it open the corresponding record for update. Please help..
I need to have this within the next 5 hours.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Tue Jun 16, 2009 7:50 am

Hi mimsma,

Which part is the problem? Retrieving data from a MySQL database or putting that data into fields?

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

mimsma
Posts: 4
Joined: Mon Jun 15, 2009 11:04 pm

Populating tables from MySql database

Post by mimsma » Tue Jun 16, 2009 8:10 am

Both

Post Reply