Do you mean the productid should be part of a standard URL?  If so:

SELECT 'http://www.domain.com/page.cfm?id=' + id AS myURL
FROM TableName

Depending on your database, you may need a different operator, other
than the plus (+) sign.  Some DBs use pipes (|), some use functions
(Concat()).

M!ke 

-----Original Message-----
From: Donna French [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 25, 2005 2:22 PM
To: CF-Talk
Subject: CF5 / SQL 2000 Export to Excel

I have exported the data that I need using the SQL export tool but what
I am trying to accomplish is an Excel file for Froogle & I need one
field as a URL. Is there a way to have SQL or CF version 5 - or
combination of both - export my productid field as a URL instead of just
the productid alone? Any help or suggestions would be appreciated.

TIA,

--
Donna French
[EMAIL PROTECTED]
http://dgfrench.blogspot.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225268
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to