21.09.2011, 12:51
OnQueryError
gives me no error.
For dialogue, it's just a InputText is displayed, and I do not know how to check that is indeed inserted something ...
Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], requete[], connectionHandle) { switch(errorid) { case CR_COMMAND_OUT_OF_SYNC: { printf("Commands out of sync for thread ID: %d",resultid); } case ER_SYNTAX_ERROR: { printf("Something is wrong in your syntax, query: %s",query); } } return 1; }
For dialogue, it's just a InputText is displayed, and I do not know how to check that is indeed inserted something ...