posted 9 years ago
I am not able to fetch two column values from the Database.
PFB the code
where the sql query is "select po_no, created_dtm from purchase_order where cust_order_no =765765878"
outputKeyNames = [poNumber, created_dtm].
The problem is that it fetches the poNumber for the first time.For the created_dtm it returns null.
Please suggest a method.