User61956409 posted
Hi shsu,
shsu
SELECT *
FROM
xxtec_tss_exp_receipt_lines_if
WHERE NUMBER
='10'
AND ITEMSs=NVL(:ITEM,
ITEMSs)
it is working in toad
HOW CAN I do thi in vb.net.
As ignatandrei mentioned, ADO.NET technology can help create data access applications. If you are using Oracle Database, please make sure you import the System.Data.OracleClient.
Imports System.Data.OracleClient
With Regards,
Fei Han