Using AS in sql queries

Posted by LegacyUser on 29-Mar-2001 08:34

This question was asked here before, but it didn't

get a satisfactory answer (in my case).

We're using coldfusion as a frontend to an existing

progress 8.3b database. We set up an odbc link

using openlink. The problem is with dashes

in the field names. Coldfusion can't handle them.

We have a LOT of dashes, and a HUGE existing

codebase, so renaming all the fields with a

dash isn't really an option. The simple answer

would be to do queries like:

SELECT field-name AS fieldname from table

but progress doesn't accept this.

Is there a workaround for this problem?

greetings

Barteld

All Replies

Posted by LegacyUser on 15-Apr-2001 15:25

"Barteld Jan Bosma" wrote:

>

>This question was asked here before, but it didn't

>get a satisfactory answer (in my case).

>

That is because this is not a support forum, it is for migration issues only. Try www.peg.com instead.

This thread is closed