Subject | Threads - blocking all application - error? |
---|---|
Author | a_kassasys |
Post date | 2005-10-04T08:55:08Z |
I try use IB Objects (version 4.5) with Thread,
(\IBO4\Samples\Threads\)
compile, click onto button "Toggle all Threads"
nothing :( and no numbers :(
WinXp Pro, Service Pack2, Delphi 7, IB Objects 4.5.B
BTW: unit DM_Threads;
TdmThreads = class(TDataModule)
cn: TIB_Connection;
cr: TIB_Cursor;
se: TIB_Session;
may be first must be "cn: TIB_Connection;"?
You could comment? Use Synchronize (FQuery. Execute) helps, but I
cannot do it on each inquiry.
(\IBO4\Samples\Threads\)
compile, click onto button "Toggle all Threads"
nothing :( and no numbers :(
WinXp Pro, Service Pack2, Delphi 7, IB Objects 4.5.B
BTW: unit DM_Threads;
TdmThreads = class(TDataModule)
cn: TIB_Connection;
cr: TIB_Cursor;
se: TIB_Session;
may be first must be "cn: TIB_Connection;"?
You could comment? Use Synchronize (FQuery. Execute) helps, but I
cannot do it on each inquiry.