[progress Communities] [progress Openedge Abl] Forum Post: Sql Script With Progress Jdbc

  • Thread starter Thread starter Rodrigo Dias
  • Start date Start date
Status
Not open for further replies.
R

Rodrigo Dias

Guest
Hey Guys, I'm working in a script to run via JDBC and I want to use the command to declare a variable. Ex.: declare @cdn_funcionario int; set @cdn_funcionario = ( select top 1 cdn_funcionario from PUB.hcm_int_success_evento where idIntegracao = '4066'); But I have a doubt if Progress JDBC recognizes the command "declare". Could you help me?

Continue reading...
 
Status
Not open for further replies.
Back
Top