Oracle Objects for OLE 2.3 for Download 
Author Message
 Oracle Objects for OLE 2.3 for Download

Oracle Objects for OLE 2.3 (Trial version) is available for download from
the following sites

Minimal:

ftp://external-ftp.us.oracle.com/dev_tools/outgoing/oo4o/win32/23runt...

Full:

http://www.*-*-*.com/

The new features introduced in V2.3 are

1) Support of Database connection pooling ( for ASP application)
2) Performance improvement in Dynaset field access
3) Reduced network roundtrip for executing Dynaset's SQL statement
4) More bug fixes

Here is the short description for Oracle Objects for OLE

Oracle Objects For OLE (OO4O) is a product designed to allow easy access to
data stored in Oracle databases from any programming or scripting language
that supports the Microsoft COM Automation and ActiveX technology. This
includes Visual Basic, Visual C++, Visual Basic For Applications (VBA), IIS
Active Server Pages (VBScript and JavaScript), and others.

The OO4O Automation Server is a set of COM Automation objects for connecting
to Oracle database servers, executing SQL statements and PL/SQL blocks, and
accessing the results.

Unlike other COM-based database connectivity APIs, such as Microsoft ADO,
the OO4O Automation Server has been developed and evolved specifically for
use with Oracle database servers. It provides an optimized API for accessing
features that are unique to Oracle and are otherwise cumbersome or
inefficient to use from ODBC or OLE DB-based components.

OO4O provides key features for efficiently and easily accessing Oracle
databases in environments ranging from the typical two-tier client/server
applications (developed in Visual Basic or Excel, for example) to
application servers deployed in application server environments such as web
server applications in Microsoft Internet Information Server (IIS). Features
include:

    - Support for execution of PL/SQL anonymous blocks and stored
procedures. This includes support for for all data types allowed for
      input/output parameters of PL/SQL stored procedures incluing PL/SQL
cursors.
   -  Free threaded objects and connection pooling for developing efficient
web server applications
   -  Support for array inserts and updates << link to description of
SQLStmt and Parameter interfaces



Sun, 22 Apr 2001 03:00:00 GMT  
 Oracle Objects for OLE 2.3 for Download
2 questions:

1) Does this require any other oracle server products other than the standard NT
oracle database running? i.e. does it need something like Oracle Web server?

2) Will this be a cost item in the future? If so what price range?


Quote:
> Oracle Objects for OLE 2.3 (Trial version) is available for download from
> the following sites

> Minimal:

> ftp://external-ftp.us.oracle.com/dev_tools/outgoing/oo4o/win32/23runt...

> Full:

> http://www.oracle.com/products/trial/html/trial.html

> The new features introduced in V2.3 are

> 1) Support of Database connection pooling ( for ASP application)
> 2) Performance improvement in Dynaset field access
> 3) Reduced network roundtrip for executing Dynaset's SQL statement
> 4) More bug fixes

> Here is the short description for Oracle Objects for OLE

> Oracle Objects For OLE (OO4O) is a product designed to allow easy access to
> data stored in Oracle databases from any programming or scripting language
> that supports the Microsoft COM Automation and ActiveX technology. This
> includes Visual Basic, Visual C++, Visual Basic For Applications (VBA), IIS
> Active Server Pages (VBScript and JavaScript), and others.

> The OO4O Automation Server is a set of COM Automation objects for connecting
> to Oracle database servers, executing SQL statements and PL/SQL blocks, and
> accessing the results.

> Unlike other COM-based database connectivity APIs, such as Microsoft ADO,
> the OO4O Automation Server has been developed and evolved specifically for
> use with Oracle database servers. It provides an optimized API for accessing
> features that are unique to Oracle and are otherwise cumbersome or
> inefficient to use from ODBC or OLE DB-based components.

> OO4O provides key features for efficiently and easily accessing Oracle
> databases in environments ranging from the typical two-tier client/server
> applications (developed in Visual Basic or Excel, for example) to
> application servers deployed in application server environments such as web
> server applications in Microsoft Internet Information Server (IIS). Features
> include:

>     - Support for execution of PL/SQL anonymous blocks and stored
> procedures. This includes support for for all data types allowed for
>       input/output parameters of PL/SQL stored procedures incluing PL/SQL
> cursors.
>    -  Free threaded objects and connection pooling for developing efficient
> web server applications
>    -  Support for array inserts and updates << link to description of
> SQLStmt and Parameter interfaces



Mon, 23 Apr 2001 03:00:00 GMT  
 Oracle Objects for OLE 2.3 for Download
Has anyone used OO4O ? I'd be interested in your experiences. Thanks,

-Jay

Quote:

>2 questions:

>1) Does this require any other oracle server products other than the
standard NT
>oracle database running? i.e. does it need something like Oracle Web
server?

>2) Will this be a cost item in the future? If so what price range?


>> Oracle Objects for OLE 2.3 (Trial version) is available for download from
>> the following sites

>> Minimal:

>> ftp://external-ftp.us.oracle.com/dev_tools/outgoing/oo4o/win32/23runt...

>> Full:

>> http://www.oracle.com/products/trial/html/trial.html

>> The new features introduced in V2.3 are

>> 1) Support of Database connection pooling ( for ASP application)
>> 2) Performance improvement in Dynaset field access
>> 3) Reduced network roundtrip for executing Dynaset's SQL statement
>> 4) More bug fixes

>> Here is the short description for Oracle Objects for OLE

>> Oracle Objects For OLE (OO4O) is a product designed to allow easy access
to
>> data stored in Oracle databases from any programming or scripting
language
>> that supports the Microsoft COM Automation and ActiveX technology. This
>> includes Visual Basic, Visual C++, Visual Basic For Applications (VBA),
IIS
>> Active Server Pages (VBScript and JavaScript), and others.

>> The OO4O Automation Server is a set of COM Automation objects for
connecting
>> to Oracle database servers, executing SQL statements and PL/SQL blocks,
and
>> accessing the results.

>> Unlike other COM-based database connectivity APIs, such as Microsoft ADO,
>> the OO4O Automation Server has been developed and evolved specifically
for
>> use with Oracle database servers. It provides an optimized API for
accessing
>> features that are unique to Oracle and are otherwise cumbersome or
>> inefficient to use from ODBC or OLE DB-based components.

>> OO4O provides key features for efficiently and easily accessing Oracle
>> databases in environments ranging from the typical two-tier client/server
>> applications (developed in Visual Basic or Excel, for example) to
>> application servers deployed in application server environments such as
web
>> server applications in Microsoft Internet Information Server (IIS).
Features
>> include:

>>     - Support for execution of PL/SQL anonymous blocks and stored
>> procedures. This includes support for for all data types allowed for
>>       input/output parameters of PL/SQL stored procedures incluing PL/SQL
>> cursors.
>>    -  Free threaded objects and connection pooling for developing
efficient
>> web server applications
>>    -  Support for array inserts and updates << link to description of
>> SQLStmt and Parameter interfaces



Tue, 24 Apr 2001 03:00:00 GMT  
 Oracle Objects for OLE 2.3 for Download
I have used OO40 and its excellent, in addition, its the best way to connect
to oracle from ASP, its also damned fast as you go directly across SQlnet
ratyher than ODBC over SQLNet.  A good choice over ADO if you have to talk
to oracle from IIS4.

John Timney


Quote:
>Has anyone used OO4O ? I'd be interested in your experiences. Thanks,



Tue, 24 Apr 2001 03:00:00 GMT  
 Oracle Objects for OLE 2.3 for Download
Quote:
>1. How much do they cost?

You get 1 developer seat lic. with a 7.3 or later server, Additional
developer lic. are purchased as part of Programmer 2000.  Runtime is
free.
Quote:
>2. Do you still have Connection, RecordSet, etc., or you have something else?

Very much the same as ODBC (RDO/ADO type of object model)
Quote:
>3. Do they work with Oracle 7.3?

Any server 7.0.x and later that you can successfully connect to with
32 bit SQL*Net (or net 8 with the right version of OO4O).


Sun, 29 Apr 2001 03:00:00 GMT  
 Oracle Objects for OLE 2.3 for Download
Hi John,

COuld you please give me the link for OO40 download, or some documentation
regarding OO40?

Thanks very much.

Best regards,
Ron

Quote:

> I have used OO40 and its excellent, in addition, its the best way to connect
> to oracle from ASP, its also damned fast as you go directly across SQlnet
> ratyher than ODBC over SQLNet.  A good choice over ADO if you have to talk
> to oracle from IIS4.

> John Timney



> >Has anyone used OO4O ? I'd be interested in your experiences. Thanks,

----------
Some people feel the rain, others just get wet.


Tue, 01 May 2001 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Oracle Objects for OLE 2.3 for Download

2. Download : Oracle Objects for OLE 8.0.5.3.2 beta

3. Download : Oracle Objects for OLE 8.0.5.3.2 beta

4. Download : Oracle Objects for OLE 8.0.5.3.2 beta

5. Download : Oracle Objects for OLE 8.0.5.3.2 beta

6. Download : Oracle Objects for OLE 8.0.5.3.2 beta

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

8. .NET Reflector 2.3 ...

9. Incorporating Assembly into BASIC - Chapter 2.3

10. Incorporating Assembly into BASIC - Chapter 2.3 correction

11. Incorporating Assembly into BASIC - Chapter 2.3

12. VB6/XP/Application Verifier 2.3 Problems

 

 
Powered by phpBB® Forum Software