Doesnt SQLServer allow you to use square brackets too?    If you accidentally put a space in Ent Mgr while you're building tables it'll put square brackets around the name .. for example:
 
SELECT [First name], lastname  from  users
 
Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


 
On 3/21/06, Dale Fraser <[EMAIL PROTECTED]> wrote:

Two ideas.

1. Don't put a space in, the as Can be AS 'FirstName'

Or

2. You can probably access it in the array format.

#qContacts['First Name']#

But I really don't see why you can't do 1.

Regards
Dale Fraser

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to