what are the three main differences between flexgrid
control and dbgrid(Data bound Grid) control
Answer / 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 |
What is the difference between modal and moduless window?
Is it possible to Access BackEnd procedures?
what are the Differenct Types of Procedures in VB?
Explain about the basic features of Visual basic?
Explain about declaring variables in Visual basic?
Describe Database Connection pooling relative to MTS ?
List out controls which does not have events?
what is visual basic
How do I make the mouse cursor invisible/visible?
What is DSN?
Explain Get, Let, Set Properties?
What are some methods you can use to send data from one VB executable to another one?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)