DAO 3.5 & DAO 3.51 work differently 
Author Message
 DAO 3.5 & DAO 3.51 work differently

My code works fine with DAO 3.5 but does not work with 3.51

What do I need to change?

    Dim dbsMyDB As Database
    Dim rstNaam As Recordset

where can I find the changes that I need to apply to my application when
using 3.51 ?

GREATLY APPRECIATE HELP !!!



Sat, 02 Nov 2002 03:00:00 GMT  
 DAO 3.5 & DAO 3.51 work differently
Check that you are not missing Library references.

The other possibility, you've got the ADO library defined, you'll need to
explicitly type your objects:

Dim dbs As DAO.Database
Dim rst As DAO.Recordset

Steve

Quote:

>My code works fine with DAO 3.5 but does not work with 3.51

>What do I need to change?

>    Dim dbsMyDB As Database
>    Dim rstNaam As Recordset

>where can I find the changes that I need to apply to my application when
>using 3.51 ?

>GREATLY APPRECIATE HELP !!!



Sat, 02 Nov 2002 03:00:00 GMT  
 DAO 3.5 & DAO 3.51 work differently
I do not miss the reference, but when I install my appl on a computer with a
refecence to DAO 3.51 it does not work where as the application works fine
if the computer has a refecence to DAO 3.5

Where can I find a 10-line example of how to save data to an Access database
using 3.51?

Thanks

Quote:

>My code works fine with DAO 3.5 but does not work with 3.51

>What do I need to change?

>    Dim dbsMyDB As Database
>    Dim rstNaam As Recordset

>where can I find the changes that I need to apply to my application when
>using 3.51 ?

>GREATLY APPRECIATE HELP !!!



Sun, 03 Nov 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. DAO 3.5 vs DAO 3.51

2. DAO 3.5 object library vs. DAO 3.51

3. DAO 3.5 vs 3.51 PLEASE HELP !!!

4. DAO 3.5 / 3.51 problem

5. Moving from DAO 3.5 to DAO 3.6

6. Convert DAO 3.5 to DAO 3.6 Jet Engine 4.0

7. DAO 3.6 vs DAO 3.5 (VB6.0 sp3)

8. VB4 is DAO 3.5 safe, or DAO 3.0 better

9. VB4 is DAO 3.5 safe, or DAO 3.0 better

10. DAO 3.0 vs DAo 3.5

11. Upgrade from DAO 3.5 to DAO 3.6

12. DAO 3.6 and DAO 3.5

 

 
Powered by phpBB® Forum Software