Search found 2 matches

by JasonBourne
05.11.2014, 16:23
Forum: ZeosLib 7.2 Forum
Topic: Problems with multi-thread application
Replies: 8
Views: 7084

Re: Problems with multi-thread application

I would do this like this: //Using Format or ParamByName, the error still occur. --- //MyQuery:=Format('UPDATE process SET Stats = 1, Flag = %d WHERE ID = %d', [Flag, ProcessID]); //Query.SQL.Add(MyQuery); Query.SQL.Text := 'UPDATE process SET Stats = 1, Flag = :flag WHERE ID = :id'; Query.ParamByN...
by JasonBourne
05.11.2014, 07:37
Forum: ZeosLib 7.2 Forum
Topic: Problems with multi-thread application
Replies: 8
Views: 7084

Problems with multi-thread application

Hello guys >.< ! Well, after trying everything with no success, I resolved to request some help here. I don't know why, but no matter what library I use for the thread pool, no matter how I execute the querys in database, Im still getting the same errors. Seems the querys of one thread blends with o...