Oracle Objects for OLE vs ODBC 
Author Message
 Oracle Objects for OLE vs ODBC

Which method of accessing an oracle database is faster and more flexible;
using Oracle Objects for OLE or accessing the database through ODBC using
SQLPASSTHROUGH queries.

Blair.



Mon, 28 Feb 2000 03:00:00 GMT  
 Oracle Objects for OLE vs ODBC

I only used OO4O with VB3.  In comparing it with ODBC it was literally
about 10 times faster.  It wasn't as flexible, but the speed way outweighed
the flexibility.
--
Lance King
Work: 770-801-4502

Take out "nospam." to send message.



Quote:
> Which method of accessing an oracle database is faster and more flexible;
> using Oracle Objects for OLE or accessing the database through ODBC using
> SQLPASSTHROUGH queries.

> Blair.



Mon, 28 Feb 2000 03:00:00 GMT  
 Oracle Objects for OLE vs ODBC

Oracle Object is by far the faster data access. This method is
also easy to implement.



Tue, 29 Feb 2000 03:00:00 GMT  
 Oracle Objects for OLE vs ODBC

I found the opposite - OO4O was 25 times slower than using RDO and ODBC,
and also gave us great problems with international issues (Apparently OO4O
can only speak american).



Quote:
> I only used OO4O with VB3.  In comparing it with ODBC it was literally
> about 10 times faster.  It wasn't as flexible, but the speed way
outweighed
> the flexibility.
> --
> Lance King
> Work: 770-801-4502

> Take out "nospam." to send message.



> > Which method of accessing an oracle database is faster and more
flexible;
> > using Oracle Objects for OLE or accessing the database through ODBC
using
> > SQLPASSTHROUGH queries.

> > Blair.



Tue, 29 Feb 2000 03:00:00 GMT  
 Oracle Objects for OLE vs ODBC

You should use OO4O V2.1 which also includes a new data control.
The connect time to the database is much faster compared to ODBC, also the
data access if you avoid object references as described in the OO4O help
file programming hints.

Roger

http://members.aol.com/zuehlsdorf/index.html

===================================================

Quote:

>Which method of accessing an oracle database is faster and more flexible;
>using Oracle Objects for OLE or accessing the database through ODBC using
>SQLPASSTHROUGH queries.

>Blair.



Wed, 01 Mar 2000 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Oracle Objects vs Oracle ODBC in VB

2. ADO vs Oracle Objects 4 OLE

3. RDO vs Oracle Objects foe OLE

4. RDO-ODBC vs. Oracle Objects

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

6. Need help passing an array to an Oracle procedure using Oracle Objects for OLE

7. Oracle ODBC driver / Microsoft ODBC driver for Oracle

8. ODBC, Long OLE Types and Oracle

9. Oracle DLL vs ODBC

10. OLE vs ODBC

11. ODBC vs OLE db

12. OLE DB vs ODBC (when connecting to Jet)

 

 
Powered by phpBB® Forum Software