Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Initialize Data Bindings Error

Status
Not open for further replies.

jduckwo

Programmer
May 1, 2001
11
US
One of my clients gets the following error:
"cannot initialize data bindings"
when trying to load my program. I am assigning a disconnected recordset to
the Microsoft DataGrid Control DataSource property in VB6.0. I cannot reproduce the error and
I was wondering if anyone had any ideas about what might be causing this.
The user has the same version of the MSDATGRD.ocx that I have. Any help would
be greatly appreciated.

Jake Duckworth
Senior Programmer
Strategix Performance
 
I assume they have a database for it to open right.

you could try a couple of things on your side.
Rename the database temporarily. And run it ands see what error is generated.
Also try renaming the .OCX too and see. Do you have any other Components.
PS there are several .DLL files that make up the Database connection perhaps the other machine does not have one of them.
And last. II you make a Setup program using the Setup wizard it will list all of the dependant files close to the end of the creation process. And if you distribute the setup CABs you may not have any problems.
DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top