Hi PB users,
Migrating to x64 our application, I m facing big Crash if my client is wrong configured. (No ORACLE_HOME env variable).
CONNECT; is crashing.
And I'm not able to catch the error wit Try... CATCH.
gf_info_64 ("Just Before Connect")
TRY
CONNECT ;
CATCH (runtimeerror myerror)
RETURN FALSE
END TRY
gf_info_64 ("Just After Connect")
Catches nothing.
Something Wrong ?
Thx