Sunday, December 10, 2017, 3:44:41 AM, Martin wrote:
> I need some help to understand this section (connection pooling)
>> External connections made by statements WITH COMMON TRANSACTION (the default) will remain open
>> until the current transaction ends. They can be reused by subsequent calls to EXECUTE STATEMENT, but
>> only if the connect string is exactly the same, including case
>
> What is meant by „including case“? The case sensitivity? Or something else?
It means "...with upper and lower case characters exactly as they occur in
the original string." Can you do something with that phrase?
Helen
|