ADO data control 6.0 and ADO data object 2.1 conflict 
Author Message
 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.



Mon, 27 Jan 2003 03:00:00 GMT  
 ADO data control 6.0 and ADO data object 2.1 conflict

I'm sure you've heard this one several times before.  I honestly suggest you
upgrade to MDAC 2.5 SP1.  I've had some many problems with ADO and version
compatibility conflicts.  Things don't work for no reason.

YOu could try running ComCheck from the MDAC download
page(http://www.microsoft.com/data) for see if you have any version
conflicts.

--
http://www.appfind.com/
the software development exchange


Quote:
> 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.



Tue, 04 Mar 2003 06:21:03 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Data objects closed error in ADO 2.1 and SQL server 6.5

2. ADO Data Control conflicts with ADO 2.5 Library

3. ADO 2.1 Library conflicts with ADODC control

4. ADO 2.1 and Data-Control VB6/SP3 !

5. ADO Control against ADO 2.1 and ADO 2.0

6. ADO 2.1 + 2.5 conflict?

7. Unable to get Output data using VB, Ado 2.1 and Oracle Stored procedure

8. Bulk Loading of Data to Oracle with ADO 2.1

9. use ado control, ado object or data environment?

10. VB 6.0, ORACLE 8.04 with ADO 2.1

11. Using ADO Data Control on User Control as Data Source

12. Does ADO 2.5 or up backward compatible with ADO 2.1

 

 
Powered by phpBB® Forum Software