RDO 2.0 vs. Jet 3.5 
Author Message
 RDO 2.0 vs. Jet 3.5

I am getting ready to port a VB 4 OLE DLL that uses Jet 3.0 to get to an
Access 95 db.  I am wondering if I should use RDO 2.0 or Jet 3.5 when
moving this DLL  to VB5 and Access 97.  My main concern is SPEED.  Which
one will give the better performance?

Brian Jeffrey



Tue, 06 Jun 2000 03:00:00 GMT  
 RDO 2.0 vs. Jet 3.5

If you're going to be accessing a local Access database, you may as well use
Jet. RDO shines when the data access is not local, effectively offloading
the task to another computer. If the DB is local, you are basically adding
RDO on top of the Jet engine (which gets loaded on the machine opening the
DB).

Andrew Hopper
Research Engineer
Georgia Institute of Technology
remove "_ath" from email address to reply



Tue, 06 Jun 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Jet 3.0 vs Jet 3.5 table locking during queries

2. jet 3.5 vs jet 4.0

3. Is DAO 3.5 faster than RDO 2.0 ?????

4. Jet 2.0 on NT 3.5

5. URGENT: Convert Jet 2.0 to 3.5 via VB

6. Accessing Access 2.0 databases with Jet 3.5

7. Visual Foxpro vs Jet 3.5 -- Comparison (Help!)

8. VFP vs Jet 3.5 Comparison (Help!)

9. Visual Foxpro 5 vs Jet 3.5 Comparisons (Help!)

10. Repost: Visual Foxpro vs Jet 3.5 (anybody???)

11. OLEDB Jet 3.5 vs 4.0

12. US/UK Date corruption: Jet 3.5 stored procs via Jet 4

 

 
Powered by phpBB® Forum Software