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 the-use of property page Wizard in ActiveX Control?
What about DLL calls that require callbacks?
It possible to call OLEDB's Features directly in VB without using any control?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
___,__,___ are the type of combo box?
What is database vb?
How to get Cursor position using API?
Explain about control properties?
Scope of API?s can be of different types, what are they Why API functions are Required?
Difference between Tabletype and Snapshot?
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?
Difference between Dynaset and Snapshot?
What is hyperlink?
What is form in visual basic?
How do I change the color of a form in visual basic?