Rename the column in your query as so:

SELECT A OR B as A_OR_B

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-----Original Message-----
From: Greg Jordan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 10:44 AM
To: CF-Talk
Subject: stored procedure problem


Our previous DBA created a table and used (gasp) spaces in the field names
(believe or don't, this person did it more than once and used ALL KINDS of
naming conventions).  When I called the SP, the #columnList# lists a field
that looks like this:

        A OR B

We've got some VB developers who can deal with it by using brackets around
the field name in their client/sever apps, which is why no one has bothered
to change the field names.  Does anyone know a way in CF to work around
this?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to