Look for a good Datagrid/Database Example

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
shill1987
Posts: 3
Joined: Thu Mar 04, 2010 9:25 pm

Look for a good Datagrid/Database Example

Post by shill1987 »

I'm a Revolution newbie and I'm really struggling with the datagrid control. I can't seem to find a good example that uses a database (preferrably MySQL) and a Datagrid. Is there one out there?

Thanks! Steve
trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Look for a good Datagrid/Database Example

Post by trevordevore »

Hi Steve,

I have an MP3 Library project I presented at my RevCon Data Grid sessions that displays data from a database in Data Grids. I've been meaning to publish the manual I created for it but just haven't gotten around to it yet. I just need to go through and add text to the visual docs I have prepared so I will see if I can post it in the next few days.

I will report back here when it is available.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Re: Look for a good Datagrid/Database Example

Post by Janschenkel »

You're also free to download and take apart the Ticket Example Application which I created for the RunRevLive'09 conference. It uses datagrids and SQLite for storage, so it should be straightforward to change it to use MySQL instead.

HTH,

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
shill1987
Posts: 3
Joined: Thu Mar 04, 2010 9:25 pm

Re: Look for a good Datagrid/Database Example

Post by shill1987 »

trevordevore wrote:Hi Steve,

I have an MP3 Library project I presented at my RevCon Data Grid sessions that displays data from a database in Data Grids. I've been meaning to publish the manual I created for it but just haven't gotten around to it yet. I just need to go through and add text to the visual docs I have prepared so I will see if I can post it in the next few days.

I will report back here when it is available.
Thank you very much!
shill1987
Posts: 3
Joined: Thu Mar 04, 2010 9:25 pm

Re: Look for a good Datagrid/Database Example

Post by shill1987 »

Janschenkel wrote:You're also free to download and take apart the Ticket Example Application which I created for the RunRevLive'09 conference. It uses datagrids and SQLite for storage, so it should be straightforward to change it to use MySQL instead.

HTH,

Jan Schenkel.
Thanks!!!! - Steve
Post Reply