Our environment
- Uniface 10.4.03.014.
- MsSql driver U5.2
- connection pooling:off
- procs : on
The stored procs for INS/DEL/UPD/FET are re-created for all entities used in our application.
Our problem:
- we see following statements when tracing our application.
create procedure dbo.[log_buffer_INS] and others
Our question
- does this harm the performance
- why does uniface needs to create these procs if they are existing?
One special remark
- we do use different drivers that refer to other databases

