Mysql and dialogs
#4

OnQueryError
Код:
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;
}
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 ...
Reply


Messages In This Thread
Mysql and dialogs - by Urefeu - 21.09.2011, 12:12
Re: Mysql and dialogs - by [MWR]Blood - 21.09.2011, 12:16
Re: Mysql and dialogs - by aRoach - 21.09.2011, 12:24
Re: Mysql and dialogs - by Urefeu - 21.09.2011, 12:51
Re: Mysql and dialogs - by Vince - 21.09.2011, 13:38
Re: Mysql and dialogs - by Urefeu - 21.09.2011, 13:58
Re: Mysql and dialogs - by Urefeu - 21.09.2011, 17:02
Re: Mysql and dialogs - by Urefeu - 22.09.2011, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)