ADO vs RDO vs ??? 
Author Message
 ADO vs RDO vs ???

Hi all,

What is the general feeling of the group with respect to RDO vs ADO ?  Here
is the issue,  I am developing a system in VB 6.0 that will add a minimum of
150,000 records (x 180 bytes) per month.  For some sites, I would like to
run under MSDE, the larger sites will run under MSSQL 7.0.  By using MSDE, I
will be able to roll the smaller sites into SQL as they become larger.  Are
there any big concerns going with ADO rather than RDO ?  From what I have
read, ADO adds some overhead to the completed project, whereas RDO requires
less resources but requires a little more work on the programmer's side.

The completed system will have 12-15 users and, once the data is loaded in,
will primarily be doing look up queries.

I appreciate any insights the group may have and thanks in advance.

PJL



Mon, 28 Oct 2002 03:00:00 GMT  
 ADO vs RDO vs ???


Quote:
> Hi all,

> What is the general feeling of the group with respect to RDO vs
ADO ?  Here
> is the issue,  I am developing a system in VB 6.0 that will add a
minimum of
> 150,000 records (x 180 bytes) per month.  For some sites, I would
like to
> run under MSDE, the larger sites will run under MSSQL 7.0.  By using
MSDE, I
> will be able to roll the smaller sites into SQL as they become
larger.  Are
> there any big concerns going with ADO rather than RDO ?  From what I
have
> read, ADO adds some overhead to the completed project, whereas RDO
requires
> less resources but requires a little more work on the programmer's
side.

> The completed system will have 12-15 users and, once the data is
loaded in,
> will primarily be doing look up queries.

> I appreciate any insights the group may have and thanks in advance.

> PJL

With the amount of data and users refered to, just use ADO.

Sent via Deja.com http://www.deja.com/
Before you buy.



Mon, 28 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ADO vs RDO vs DAO?

2. ADO vs DAO vs RDO

3. ADO/OLE DB vs Native vs RDO - Oracle

4. RDO VS ADO

5. ADO vs. RDO

6. RDO vs ADO

7. ADO vs RDO

8. RDO VS ADO - Opinions Needed

9. Performance (ADO vs DAO vs RDO) and (Resultset vs Recordset) ?

10. RDO vs ADO

11. VB5 vs VB6, DAO vs ADO?

12. VB5 vs VB6, DAO vs ADO?

 

 
Powered by phpBB® Forum Software