Good Afternon everybody
I am trying to retrive data from table in Oracle database
using this statement
Dim cm As New OracleCommand("select exp_id,exp_name from ean_master
where EXP_NAME LIKE '%ram%', con)
but no data retrived but when i execute this statment using plsql enviroment
i got result ???
any suggestions ??
I am trying to retrive data from table in Oracle database
using this statement
Dim cm As New OracleCommand("select exp_id,exp_name from ean_master
where EXP_NAME LIKE '%ram%', con)
but no data retrived but when i execute this statment using plsql enviroment
i got result ???
any suggestions ??