Configurations
To use one of the configurations you need to link your application to appropriate libraries:
Configuration | Required libraries |
---|---|
Database access library | libiopccommon.so libiopcmeta.so libiopcdb.so In conjunction with one or more provided database drivers - currently only the Oracle10g database driver is implemented. libiopcdriver_oracle10g.so |
Reflection library | libiopccommon.so libiopcmeta.so |
Object persistence library | libiopccommon.so libiopcmeta.so libiopcdb.so libiopcdriver_oracle10g.so or (any other db driver) libiopcdriverex_oracle10g_or.so (an extension to the Oracle 10g driver extending it with ORM capabilities) libiopclib.so |