ABout Wing System

09/13/2017 18:06 lancekie#1
i having rollback since i added wing system

here is the error log


09/14/2017 09:32 Yolo143#2
Question: Are you sure that the cause of that error is that system?
Have you tried to turn it back (No wing system) and din't receive that error?
09/14/2017 15:10 lancekie#3
Yes,I have code in database like this

#ifdef __WING_SYSTEM
",?"
#endif

#ifdef __WING_SYSTEM
MAX_SAVEPARAM++;
#endif

#ifdef __WING_SYSTEM
bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->nMode, 0, 0 );
#endif