What is difference between datagrid and flexgrid?
Answer Posted / priya
For the datagrid you need an ADODC or ADODB to get the
recordset and populate the Datagrid
Msflexgrid can have data from a recordset and also separate
data not coming from a table. eg. if you want to compute
some values and dispaly you can use msflexgrid or
mshflexgrid. In both of these it is not necessary that the
values to be displayed should be from the recordset.
As far as DATA GRID is concerned it should be connected to
the recordset. You cannot do manipulations like that of
EXCEL which can be done in the other two.
One important advantage of Data grid is it is very simple
BUT less flexible. Also if you have large amount of datas to
be displayed in a grid, data grid takes very less time
compared two other two grids.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Draw Sequence Modal of RDO? Explain.
How many File System Controls are there ? Explain.
advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id
Why can't I use an index with my VB accessed database?
How many ways we can access file using VB?
What is datagrid in vb net?
Types of LockEdits in RDO.
which property used to add a menus at runtime?
How can I speed up my VB database application?
Is it possible to Manipulate data through flexgrid? Explain.
What is the Windows API?
How can you Implement windows functionality in VB?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
How do I access C style strings?
which property is used to change to some value to access a identity column in datacontrols?