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
Is there a way to break long lines in VB code?
Is visual basic still used?
What is the Windows API?
What is the use of Tabledef?
Why can't I use an index with my VB accessed database?
What is ActiveX Document?
Discuss the working with to-do lists.
Difference between Tabletype and Snapshot?
Is it possible to Manipulate data through flexgrid? Explain.
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
Whether HTML supports multimedia: and document links?
Explain about the basic features of Visual basic?
What are the types of API Types.
How can you Add API functions to your Application?
Explain the differences between ActiveX Dll and ActiveX Exe?