Re: ORCAScript SCC Refresh Target Migrate?
Good morning everybody! So in conclusion it is the best way to alway do a "migrate"? If a "full build" included, I can't see any disadvantages, right? regards,Tobias
View ArticleRe: ORCAScript SCC Refresh Target Migrate?
Hello Tobias, If I were working with pre-loaded PBLs I'd specify Full or Incremental based on my needs. But if I were bootstrapping newly created PBLs from source control, I'd specify migrate for the...
View ArticleRe: ORCAScript SCC Refresh Target Migrate?
Correct ... the "migrate" option is a very safe choice as a default.
View ArticleRe: Syntax error while calling database function
I cannot speak for "most dbms's", but sql server certainly supports table-valued functions - and has since 2005 (I think). I know OP has used sql server in the past, but the use of "DUAL" indicates...
View ArticleRe: Syntax error while calling database function
@Scott - yes, technically, that's correct. SQLServer has table-valued functions. But what I meant was that TVF's do not return the result set to the client directly. They have to be referenced from...
View ArticleRe: Syntax error while calling database function
You should mark Neil's answer as correct so that your question will show as answered and he will get credit for correctly pointing out that the problem was a missing FROM clause.
View ArticleRe: Powerbuilder EOL Date
Personally I like decision. It means we all know where we stand. Here is example of a tough, arrogant, ignorant decision: ...included the Telerik web controls. SAP decided not to renew that OEM...
View ArticleRe: PB 12.6 Issues with 64 Bit Executable
Tom, The fix should be in the next EBF. The fix was implemented the same day as the build for EBF 23645: 12.6 SP00 PL01 (build 4011) but is not listed in the fixed bug list. I have not tested it but...
View ArticleRe: Powerbuilder EOL Date
I would not mind if that were the case. At lease then people who wanted to buy PB could do so! PB has not made it onto the SAP price list so SAP cannot sell it either. I have been one of a handful of...
View ArticleRe: Powerbuilder EOL Date
Seems like its just another move to squash PB sales and then finally EOL it later on by blaming the products demise on "lack of sales". I think Charles's picture says it all.
View ArticleRe: Powerbuilder EOL Date
That would imply that they have a strategy and a plan! THEY DON'T! This is just some random action from their legal department who cannot be arsed to continue the contracts, it's all too much work and...
View ArticleRe: Powerbuilder EOL Date
Then I wonder if they will drop Novalys the same way and force them out as well?
View ArticleRe: Powerbuilder EOL Date
I would not want to speculate on that, sometime these ridiculous decisions are only made in the UK and the rest of the world is fine. Unfortunately I cannot tell right now.
View ArticleRe: Datawindow Argument Not able to create second argument
Same Problem Here With PB 11.5. Seems that the problem is any application that alters the Title Bar, I disabled the TeamViewer Quick Connect Feature, and fix my problem.
View ArticleRe: Problem with Unicode strings
I need to convert the Hex number to a Long and then feed it into the Char function to get the Unicode character. Then I need to replace the U+#### in the string with the char.
View ArticleRe: Problem with Unicode strings
Hi Roland; If it helps ... you are welcome to use my fn_long2hex ( ) and fn_hex2long ( ) functions as well as the find & replace features of my STD Framework to get the job done. Regards ... Chris
View ArticleIssue with Dynamic SQL and Unicode characters
Hello, I am looking for help regarding the use of dynamic SQL and Unicode strings. I am working on a large application, which has been around for 15 years or more. This application has lots - many...
View Article