There are some datagrids I had quick look into:
Also, previously I had a very small experience with MySQL.
What are the differences between (a) datagrids, as given above and (b) databases like MySQL, with enduser-oriented frondend added to them?
There are some datagrids I had quick look into:
Also, previously I had a very small experience with MySQL.
What are the differences between (a) datagrids, as given above and (b) databases like MySQL, with enduser-oriented frondend added to them?
A grid or datagrid is a kind of user interface widget used to display tabular data.
A database is a software system that manages read and write operations on large amounts of structured persistent data.
Here are some typical goals/features for a database that don't apply to a datagrid:
Here are some typical goals/features for a datagrid which don't apply to a database:
It's like asking what the difference is between a text file on your hard drive and a text editor like Notepad. They're not even close to being the same thing.