
ADO data control 6.0 and ADO data object 2.1 conflict
When I use ADO Data object 2.0 and ADO data control 6.0, whenever I try to
access the data source property of a binding control, immediately VB gives
me an out of memory error.
When I use ADO Data object 2.1 as a reference instead of 2.0, I got an error
saying that I am not referencing correct number of parameters when I make a
call to a method in my ADO data controls, such as adodc1_movecomplete etc...
This is my first ado data control project and it gets me very confused! Any
helps???
Justin
P.S. What I have is very simple, just 6 label boxes binded to adodc1. I
entered a SQL query into adodc1.recordsource at form_load.