Hi guys.
In the ECPG manual (including latest 9.1.9) about ECPG SQL SET CONNECTION <connection name>; it is stated that "This is not thread-aware".
When looking in the ecpg library code connect.c for ECPGsetconn( ... ), it looks very much like it is thread-aware if translated with the --enable-thread-safety option.
What should I believe ?
Leif