Dev2K -- Time field question

From: Ashok Kapur <afkapur_at_ccgate.hac.com>
Date: 1997/04/09
Message-ID: <334BE060.3F89_at_ccgate.hac.com>#1/1


[Quoted] [Quoted] I have a form containing a date field with the format HH24:MI:SS. I am populating this field with data from another table using the following type of query:
 SELECT TO_DATE(TO_CHAR(hr_field)||':'||TO_CHAR(min_field),'HH24:MI')  INTO field
 FROM table_name;

The problem is that the field is always gettin populated with 00:00:00.

Does anyone have a solution?

-- 
Ashok F. Kapur    | Galaxy Latin America |
Project Engineer  | (954)958-3373        |
afkapur_at_ccgate.hac.com
Received on Wed Apr 09 1997 - 00:00:00 CEST

Original text of this message