Page 1 of 1
Look for a good Datagrid/Database Example
Posted: Thu Mar 04, 2010 9:30 pm
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
Re: Look for a good Datagrid/Database Example
Posted: Fri Mar 05, 2010 2:33 pm
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.
Re: Look for a good Datagrid/Database Example
Posted: Fri Mar 05, 2010 6:04 pm
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.
Re: Look for a good Datagrid/Database Example
Posted: Fri Mar 05, 2010 8:18 pm
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!
Re: Look for a good Datagrid/Database Example
Posted: Fri Mar 05, 2010 8:19 pm
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