[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: I hate dates



Try and define the date in the the SQR like below.

#ifdef ORACLE
   #define ORA_YEAR4
#endif
     Regards,
          Paul





Russ Wulfson <rwulfson@BOST.COM>@list.iex.net> on 07/02/2002 14:01:09

Please respond to sqr-users@list.iex.net

Sent by:  "Discussion of SQR, Brio Software's database reporting language"
      <SQR-USERS@list.iex.net>


To:   SQR-USERS@list.iex.net
cc:

Subject:  Re: I hate dates


Peter - I hate dates too.  Two things have you run it with debug(xxx)?
The
sqc has a bunch of #ifdef debug's.  Second, with Informix and
UNIX/Windows.
Somehow some variables in our environments are set differently. Windows
accepts 02/02/02 or 02/02/2002.  But, unix accepts only 2002-02-02.

Hope this is useful to you, cause it sure hasn't helped me any.