-
Hello! Is there any option to force a fresh database connection with PCTConnection? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
I'd need more details about the context, as PCTCompile always start a new ABL session. Is that related to the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! 1 - We have source code that is compiling fine with our PCT compile script. Here's a sample block of how we're connecting/compiling:
|
Beta Was this translation helpful? Give feedback.
-
There's no way PCTCompile could use a cached version, as no cache is being created by PCT. And you're using the |
Beta Was this translation helpful? Give feedback.
-
After talking with Progress, we set readOnly to false and that fixed it. |
Beta Was this translation helpful? Give feedback.
-
Interesting case. I've been able to reproduce the issue:
As soon as the DB broker is shut down, the read-only session can see the new table. |
Beta Was this translation helpful? Give feedback.
Interesting case. I've been able to reproduce the issue:
I assume that this is what you see in your environment.
As soon as the DB broker is shut down, the read-only session can see the new table.