
nkuebelbeck
VIP Member
I reading through a named event rule c code (not exactly fun) when I came across some API calls I've never seen before for table IO in JDE C.
RTK_CER_FIOOpen
RTK_CER_FIOSelectInit
etc etc
They are defined in JDEKPRTO.h
Here is one prototype
KRNL_RTN( ID ) RTK_CER_FIOOpen(HUSER hUser , NID szTable , ID idIndex , short nType , HREQUEST* pReq);
here is the API I always use
JDEDB_RESULT JDB_OpenTable(HUSER hUser, NID szTable, ID idIndex, NID *lpColSelect, unsigned short nNumCols, char * szOverrideDS, HREQUEST * hRequest);
Are these wrappers around existing JDEBASE for NER? Something else?
Should I just forget what I found and move on with the rest of my day?
RTK_CER_FIOOpen
RTK_CER_FIOSelectInit
etc etc
They are defined in JDEKPRTO.h
Here is one prototype
KRNL_RTN( ID ) RTK_CER_FIOOpen(HUSER hUser , NID szTable , ID idIndex , short nType , HREQUEST* pReq);
here is the API I always use
JDEDB_RESULT JDB_OpenTable(HUSER hUser, NID szTable, ID idIndex, NID *lpColSelect, unsigned short nNumCols, char * szOverrideDS, HREQUEST * hRequest);
Are these wrappers around existing JDEBASE for NER? Something else?
Should I just forget what I found and move on with the rest of my day?