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


Please Help Members By Posting Answers For Below Questions

What is the-use of property page Wizard in ActiveX Control?

1773


What about DLL calls that require callbacks?

1212


It possible to call OLEDB's Features directly in VB without using any control?

1745


Which property of textbox cannot be changed at runtime. What is the max size of textbox?

785


___,__,___ are the type of combo box?

1354


What is database vb?

734


How to get Cursor position using API?

1890


Explain about control properties?

850


Scope of API?s can be of different types, what are they Why API functions are Required?

1714


Difference between Tabletype and Snapshot?

1707


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

1766


Difference between Dynaset and Snapshot?

1880


What is hyperlink?

1833


What is form in visual basic?

765


How do I change the color of a form in visual basic?

725