RE : Designer 2000: file names default to upper case

From: Subramaniam, Sridhar <sridhar.subramaniam_at_atmosenergy.com>
Date: Mon, 27 Jul 1998 08:57:20 -0500
Message-ID: <4CE0AF51242AD111BE0F00805F15404E609BC4_at_dfw1wn05.atmosenergy.com>


Hi Kelvin,

One option is, like you said, change the generated script. The other would be to update the underlying repository objects :

update ci_database_files
set name = lower( name )
where application_system_owned_by = ( select name

                                                            from
ci_application_systems
                                                            where ( you
can either use the latest_version_flag = 'Y' or  

version = 999 )

Sridhar

> -----Original Message-----
> From: Rod Hennegan [SMTP:rhennega_at_qtrnnmsd.telstra.com.au]
> Posted At: Tuesday, July 21, 1998 1:47 AM
> Posted To: tools
> Conversation: Designer 2000: file names default to upper case
> Subject: Designer 2000: file names default to upper case
>
> Hi all
>
> I'm using Designer 2000 on NT. The Designer 2000 data is stored in an
> Oracle UNIX database.
>
> The target database will also be in the UNIX environment.
> Unfortunately,
> when I try to declare a data file in Designer 2000, it all always
> default
> to upper case.
>
> Is there a setting I can change that will stop file names defaulting
> to
> upper case? It seems that I may need to manually change the Designer
> 2000
> generated creation scripts?
>
> Thanks for your help
> Kelvin Baggs
Received on Mon Jul 27 1998 - 15:57:20 CEST

Original text of this message