Page 1 of 1

What is this called - Grid Database ? ? ?

Posted: Tue Apr 27, 2010 9:38 pm
by iffautomation
What is this called? And can I do something similar to it with AbleCommerce?


Populate this form
http://www.cincinnatibroomball.org/team ... ree-agents


and when you submit it updates this Grid Database
http://www.cincinnatibroomball.org/team ... nt-listing


It says it's powered by Google Docs.

Re: What is this called - Grid Database ? ? ?

Posted: Wed Apr 28, 2010 4:46 am
by mazhar
Well I think information entered will be tracked in Google Spread Sheets and its not putting it in database. Seems like there is some kind of form functionality available with Google Docs that can be used for example to conduct some survey etc. Have a look at following link http://www.ncs-tech.org/?p=1143 this seems to have some information about it.

Re: What is this called - Grid Database ? ? ?

Posted: Wed Apr 28, 2010 12:33 pm
by Mike718NY
>> can I do something similar to it with AbleCommerce?

Add a table or 2 to the database to collect the data.

Add a form with fields to get the data and write it to the database.

Add a form with a GridView to display the data.

Not that hard really.