Does anyone know why the code below compiles ok on v4r2 but does not compile on v5r1? The error msg is below the code.
It seems to require a USING clause now, when before it did not. BTW, the last else stmt passes compile, ie, you can connect without a user or pw, so the security reason does...