Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: TOCIUpdateSQL
|
|
Posted: 2000/08/10 20:10 |
|
|
|
|
Forget say, how to optimize it... NCOCI8 can do a lot of interesting things 
Turn off TOCIUpdateSQL.UpdateChangedFields. If this property is True, then NCOCI8 during each update/insert unprepares correspondent query and build it using current knowledges about data - what fields are null and what are not. In case of static stored proc calls, there are no difference in that case - parameters list is fixed. So, if you will turn off UpdateChangedFields, NCOCI8 will not unprepare queries. Some gains in performance
|
|