VB and C++ (and other languages?) developers can use Oracle Objects for OLE tool, a middleware component from Oracle that permits the dev languages to communicate with Oracle Databases, without ODBC. OO4OLE is an in-process server.
You can bind grids, text box widgets, etc. to OO4O via its own Data Control. You can create dynasets, execute stored procedure code, and just about any other Oracle command you can think of.
Please post your questions about OO4OLE, experiences with the tool, and comments. Thanks!
To post a message, send email to: oo4ole@yahoogroups.com
To subscribe, send an email to: oo4ole-subscribe@yahoogroups.com
To unsubscribe, send an email to: oo4ole-unsubscribe@yahoogroups.com
To contact the list owner, send an email to: oo4ole-owner@yahoogroups.com
To view Yahoo! Groups info about this newsgroup: http://groups.yahoo.com/group/oo4ole
How to generate fibonacci series in Oracle. Way 1: with data as (select level levels from dual connect by level <= &how_may_rows) select f from data model
Automatic startup and shutdown oracle on linux Oracle database server provides two scripts to configure automatic database startup and shutdown process. The
How to take RMAN backup on a remote disk It is common to hear that for backup there is not sufficient space on my server or my server disk is about to full.
How to know whether I use analyze or DBMS_STATS Automatic statistics gathering should be sufficient for most of the cases. And automatic statistics gathering