MS Jet 3.51 vs Jet 4.0 
Author Message
 MS Jet 3.51 vs Jet 4.0

I have a VB6(SP4) application that runs fine under Mdac 2.5 using a Jet 3.51
ADO connection.  When I switch to a Jet 4.0 conection, I get an 'open_method
failed' message when I try to open a recordset that has inner joins.  Simple
'opens' seem to work fine.  Any help on what I must do to get this an app to
run under Jet 4.0 will be greatly appreciated.

*** This connection works fine ***
Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security
Info=False;Data Source = " & App.Path & "\" & sDBName

When I change 3.51 to 4.0 I have the problem mentioned above.
Thanks, Craig



Mon, 07 Jul 2003 09:08:43 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Ms Jet 4.0 VS Jet 3.51 problem loading data

2. Jet DB Performance (Jet 3.51 vs. Jet 4.0)

3. Jet 3.51 vs Jet 4.0 vs MSDE

4. Jet 4.0 vs. Jet 3.51

5. Jet 3.51 vs JET 4.0

6. ADO Jet 4.0 performance problem vs Jet 3.51

7. MS Jet 4.0 vs. 3.51

8. MS Jet 4.0 vs. 3.51

9. Is Jet 4.0 slower than Jet 3.51?

10. Jet 3.51 to Jet 4.0

11. Jet 4.0 much slower than Jet 3.51

12. Converting JET 3.51(97) To Jet 4.0(2000) Using DAO In VB 5

 

 
Powered by phpBB® Forum Software