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
What is instantiating?
What is ODBC Direct and Microsoft Jet Database Engine ?
Explain the working of templates?
Recordset object consists what?
What is difference between datagrid and flexgrid?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
Write the Steps in Creating an ActiveX Control?
How would you convert a form into document?
How many types of API functions are available in VB?
what are the Types of cursors in RDO?
When/Why should I use Option Explicit?
What is the use of parameters collection?
How would you attach an ActiveX control in Your Application?
To.set the command button for ESC ___ Property has to be changed.
How should dates be implemented so they work with other language and country formats?