// Pro*C Cursor Tutorial at RJM Programming 29/6/2013 Copyright RJM Programming (c) 2013 // Pro-C_Cursor.h #ifndef ORATYPES #include #endif #ifndef OCI_ORACLE #include #endif #include #include #include #ifndef OCISC_ORACLE # define OCISC_ORACLE void main(void); static void checkerr (OCIError *errhp, sword status); static void queryRows(OCISvcCtx *svchp); #endif /* OCISC_ORACLE */