Demo projects
Previous  Index  Next

Following demo projects accompany OCL library and provide a good bootstrap to start working with it. They are located inside demos folder of OCL library.

DemoComment  
 
cgiCGI program for the Apache WEB Server. Demonstrates how to use OCL with WEB applications.  
clobDemonstrates how to work with CLOB fields as well as storing them to a file and retrieving them back into a table.  
crsqlLightweight version of Oracle sqlplus developed with OCL.  
cursorDemonstrates how to work with PL/SQL cursors.  
demoProvides a template of step-by-step procedures necessary to build basic OCL applications.  
dmlarrayShows usage of OCI DML Arrays with OCL. This feature allows to process a number of identical SQL statements all in a single call to an execute function. This may lead to a significant reduction in the number of round-trips from the client to the server.  
extprocDemonstrates how to create external procedures for the Oracle. These procedures are then called on the server side from within SQL statements and may improve performance considerably in comparison to the PL/SQL stored procedures.  
loaderShows usage of OraLoader class that use Direct Path Oracle API for loading large data amount into database.  
longWorking with LONG and LONG RAW fields.  
longcharDemonstrates the principles of working with long string fields similar to the way as with the fields of type Long.  
mfcFull-fledged windowed MFC application with OCL.  
plsqltableDemonstrates work with PL/SQL tables or otherwise known as PL/SQL arrays.  
procShows how to work with stored procedures returning REF CURSOR and how to obtain records from the cursor.  
queryDemonstrates principles of how to work with OraQuery class.  
recordsetDemonstrates basic concepts of working with OraCommand and OraRecordset classes. Provides various examples of using objects and methods from these classes.  
strprocDemonstrates how OCL works with various types of stored procedures.  
threadsShows how OCL library works in multi-threaded environment.  
vclC++Builder demo project. Introduces basic concepts of OCL inside C++Builder environment.  


OCL | Index