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 DAO and Explain?
Difference between Linked Object and Embedded Object?
Explain about creating VB applications in excel?
1s it posible to Create Tables Through Querydef?
What is hyperlink?
What is the difference between change event in normal combobox and dbcombobox?
What is difference between datagrid and flexgrid?
Are there any examples of commercial applications built using Visual Basic?
What is instantiating?
Types of Resultsets.
To.set the command button for ESC ___ Property has to be changed.
___,___ and __ are difference between image and picture controls.
How would you convert a form into document?
Which method is preferred to save datas like database?
What is the Windows API?