More info would be useful as usual. What version of Progress. What license model? Do you have replication? If not, why not? Might it be a solution to run the read-only users on the replicate?
If you are refreshing these temp-tables every 5 minutes to have current data for reporting, then...
If you have a top level procedure which is not connected to the DB ... and I am not particularly sympathetic that it is sensible to be so stingy with licenses ... then the usual thing is to connect to the DB and transfer control to a subprocedure since it is only in that subprocedure that the DB...
And, it should be noted that a transaction *is* active and anything you do inside that block *will* get undone if the transaction is not completed. You may not see this because there is no permanent record, but any undo variables, for example, will be returned to their starting state.
8859-1 has no trademark symbol ... which might be contributing to your problem. I suggest you dump that record and look at what is in it with a hex editor.
I am also curious about what you are doing in that code. You initialize trademark as "(ä)". This is three valid characters in 8859-1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.