Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



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

Post New Answer

More Visual Basic Interview Questions

Advantage of ActiveX Dll over Active Exe.

0 Answers  


what is different between edit and update?

5 Answers   Wipro,


How would you define and use a Boolean in VB?

2 Answers   Asteroid Software Services, Microsoft,


How many max. number of controls can place in one form (especially visual basic form)?

6 Answers   Satyam,


What areTypes of compatability in VB and their usage ?

4 Answers   MBT,


What is controls in vb?

0 Answers  


How to get Cursor position using API?

0 Answers  


When Activex exe is benificial in vb application

1 Answers   TCS,


How can you save and Get data from Clipboard/ Recordset object consists what?

0 Answers  


What is the use of NEW Keyword? Explain.

0 Answers  


Is visual basic easy?

0 Answers  


Can a VB application be an OLE server?

0 Answers  


Categories