You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef OCIVER_ORACLE
|
|
#define OCIVER_ORACLE
|
|
|
|
#define OCI_MAJOR_VERSION 19 /* Feature release version */
|
|
#define OCI_MINOR_VERSION 3 /* Release update version */
|
|
|
|
#endif
|