insert time in oracle
C#
4
Posts
3
Posters
0
Views
1
Watching
-
How to insert time in oracle database???
-
How to insert time in oracle database???
-
Try this
DateTime.Now.ToString("hhmmss");
If you need AM/PM in time, then use
DateTime.Now.ToString("hhmmsstt");
and also try this link Datetime in Oracle[^]
Regards, Karthik K...
But How insert into database???
-
But How insert into database???