[stackoverflow] [progress Openedge Abl] Openedge Select Using Today In Ssis

Status
Not open for further replies.
M

Mark Leopold

Guest
I have this select working in an SSIS package.

select order, date_req, date_creat,cust_num, bl_num
from pub.orders
where date_req > '02/20/2017'
and bl_num > 0
order by cust_num, date_req


I have an ODBC connection to a Progress OpenEdge Database. I want to change the date literal to a date function for today

I need help coding this.

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