Hi there,
Is it possible to use inline SQL PL over JDBC? If so, which statement
type is required and what syntax does the inline SQL PL take? A
CallableStateme nt, for example, need to be enclosed within curly
braces: eg:
{CALL some_procedure( )}
Cheers
Michael
Is it possible to use inline SQL PL over JDBC? If so, which statement
type is required and what syntax does the inline SQL PL take? A
CallableStateme nt, for example, need to be enclosed within curly
braces: eg:
{CALL some_procedure( )}
Cheers
Michael
Comment