Ok, thanks....
This is my first time with the DIW, so I'm trying with a simple sql statement, just a select statement and it works perfectly in the Test, but when I'm using the scripting it returns FAILED in the sql_status variable. I have this script:
ASSIGN "NODATA" TO sql_status
SEND REQUEST id_hdx id_sql, Input1
GET RESPONSE id_hdx sql_status, Output1
And the sql statement is:
select OUTPUT1 from TABLE_NAME where INPUT1 = '?'
Any suggestions??