Shawn,
--- In vbra@y..., "Shawn K. Hall" <vb@r...> wrote:
> > Whenever the forms are opened, I query up a recordset and
> > then set the datagrid.datasource property to the recordset.
> > It works fine on my machine, but on another WIN2K machine
> > I get an error (cannot initialize data bindings).
> >
> Do you have any errors before this line:
> Set DataGrid1.DataSource = rs 'fails
No
>
> Have you checked that the same versions of ADO are on both
> computers?
Yes. They are one is WIN2K Pro, mine is WIN2K Server. Both are on
SP2. The ADO version is not the same, but mdac_typ.exe will not run
on WIN2K...it says it is already installed. Both machines have MDAC
2.5
>
> I'm guessing that either the actual "open" of the recordset is
> failing due to trying to use a connection that is not actually open
> (probably because of an unavailable provider),
The open (recordset and connection) is not failing. I can access the
recordset and set values into textboxes just fine.
JED