what are the three main differences between flexgrid
control and dbgrid(Data bound Grid) control

Answer Posted / guest

The Microsoft FlexGrid (MSFlexGrid) control displays and
operates on tabular data.
It allows complete flexibility to sort, merge, and format
tables containing strings and pictures.
When bound to a Data control, MSFlexGrid displays read-only
data.Adaptation to existing Visual Basic code for the data-
bound grid (DBGrid).

dbgrid id A spreadsheet-like bound control that displays a
series of rows and columns representing records and fields
from a Recordset object.


The data grids are bound controls; that is, they require a
data source that actually connects to a database and
retrieves their data. And it seems that the root of the
problem with DBGrid is that there's no data source that can
be readily included along with the DBGrid control.
In Visual Basic, the solution is simply to include the Data
Control on the same form as DBGrid.
But the Data Control is an intrinsic control; it's
unavailable to anything outside of the Visual
Basic environment itself.

and VB 6.0 has a new set of data controls (DataGrid,
DataList, DataCombo, MSHFlexGrid, MSFlexGrid)
that once again are bound controls. Unlike DBGrid, though,
they support OLE DB, and therefore rely on the an ADO Data
Source (and in particular the ActiveX Data Objects Data
Control, or ADO DC) for data access. Unlike the Data
Control, the ADO DC is a custom control (that is, an .OCX)
that can be added to any project. In short, if you add ADO
DC to your project along with the DataGrid control.

Is This Answer Correct ?    22 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What about DLL calls that require callbacks?

1184


Maximum Control Names length?

2140


What type of databases you can access through ADO Data Access Object?

1603


Does VB support pointers to functions?

1366


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

1802


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

1958


How do I tell when an application executed using the SHELL command is finished?

1277


Is there a way to break long lines in VB code?

1127


Recordset object consists what?

1752


How can you Add API functions to your Application?

1528


Explain Default cursor Type and LockEdit type in DAO?

877


Specify technical & functional architecture of your last 2 projects.

1816


How do I program the Novell NetWare API from VB?

1174


How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?

1193


How would you use ActiveX Dll and ActiveX Exe in your application?

1722