views:

32

answers:

0

Hello,

I want to build an app that will get a data table from a database

e.g.: "SELECT fName,lName, age FROM myTable".

and put it in an editable grid that will save changes back to the DB.

fName    lName    age
-----    -----    ---
Elton    John     20
Bob      Marley   25

Is it possible to create such grid that can be editable and connected to a database?