Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: compare against date field (in multination app)

Re: compare against date field (in multination app)

From: <sybrandb_at_my-deja.com>
Date: Tue, 15 Aug 2000 20:08:21 GMT
Message-ID: <8nc7v6$i09$1@nnrp1.deja.com>

In article <33oips4vvq8aa9i0u2muca7q0qv2ormvit_at_4ax.com>,   Bernd Rosenau <brosenau_at_gss-online.de> wrote:
> Hello,
>
> my app written in VB 6 uses Oracle 8 as backend.
> I need to compare against date field.
>
> How can i do this ? It needs to work with different date formats, e.g.
> the german format dd.mm.yyyy or the french dd/mm/yyyy or the american
> mm/dd/yyyy.
>
> Many thanks in advance for your help,
>
> Regards, Bernd
>
>

select value
from nls_session_parameters
where parameter = 'NLS_DATE_FORMAT'
/
will retrieve the mask the end-user is applying.

Hth,

--
Sybrand Bakker, Oracle DBA

All standard disclaimers apply
------------------------------------------------------------------------


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Aug 15 2000 - 15:08:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US