Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: Threading Procs
|
|
Posted: 2000/07/11 11:26 |
|
|
|
|
Hi !
NCOCI8 is really multythreaded. It will work correctly in next case: - set TOCIDatabase.InitModes := [dmThreaded] - you can mix access to TOCIDataSet from different threads, but only single thread must have access to component in each time. TOCIStoredProc is subclassed from TOCIDataSet.
|
|