Re: ODBC INSERT with parameter markers and TO_DATE

From: mark tomlinson <marktoml_at_gdi.net>
Date: 1998/02/25
Message-ID: <34fb7454.165512854_at_newshost.us.oracle.com>#1/1


[Quoted] try using the ODBC data format.

[Quoted] You can use an ANSI date format via an ODBC escape:

{ d '1981-12-03' }

Note that this is enclosed in single quotes and always of the format YYYY-MM-DD. You can always use the standard Oracle date format in much the same way:

{ '03-Dec-1981' }

Time may be specified as follows:

{ t 'hh:mm:ss' }

A timestamp, (date including time), can be done with the following format:

{ ts '1981-12-03 00:00:00' }
Received on Wed Feb 25 1998 - 00:00:00 CET

Original text of this message