G
gane kol
Hi
when i try to use to_date function in C# codebehind, i am getting to_date
doesnt exist in class or namespace error.
i am trying to use something similar to
INSERT INTO OracleTypesTable VALUES ( 'test', 2, to_date('2000-01-11
12:54:01','yyyy-mm-dd hh24:mi:ss'), '0001020304' )";
ref link:
http://msdn.microsoft.com/library/d...ataoracleclientoracledatareaderclasstopic.asp
i am using System.data.oracleclient
- Ganesh
any ideas?
when i try to use to_date function in C# codebehind, i am getting to_date
doesnt exist in class or namespace error.
i am trying to use something similar to
INSERT INTO OracleTypesTable VALUES ( 'test', 2, to_date('2000-01-11
12:54:01','yyyy-mm-dd hh24:mi:ss'), '0001020304' )";
ref link:
http://msdn.microsoft.com/library/d...ataoracleclientoracledatareaderclasstopic.asp
i am using System.data.oracleclient
- Ganesh
any ideas?