
DBGRID32.OCX - Data Bound Grid Control 5.0
Thanks. The readme file wasn't very helpful - or maybe i just couldn't
figure it out ; ) - but I did received the following information from WROX:
Here's what you need to do to get the GRID32.OCX control in your Toolbox
(Pro and Enterprise):
Find GRID32.OCX on the installation CD
Copy it to \Windows\System (I used System32)
Find VBCTRLS.REG on the installation CD
Copy it to\Windows\System
Locate the VBCTRLS.REG in System
Double click to add it to the registery (i.e.Project - Components)
I will likely use the ADO data control and DataGrid in the future. I used
the Data Bound Grid Control as a learning exercise which connected to an
Access mdb.
Quote:
> VB6 does not automatically install the DBGrid because it has been
> replaced by the DataGrid, which is an upgraded version of the DBGrid.
> The DBGrid is for binding to DAO recordsets and the DataGrid is for
> binding to ADO recordsets. If you're using MDAC 2.7 I'd recommend you
> use the DataGrid.
> If you really want to use the DBGrid, it's on the VB6 CD (as you
> discovered) along with a few other older controls. There's a readme
> file in the folder which explains how to install it properly.