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:gjordan@uhsweb.com] 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?