Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFSET with a variable on the left 1

Status
Not open for further replies.

KevinFSI

Programmer
Nov 17, 2000
582
US
Is it possible to do a CFSET in a format similar to the following:
Code:
<CFSET d#dept_num#_result = #value_returned_from_query#
Kevin
slanek@ssd.fsi.com
 
Hey Kevin,

Try this: <CFSET &quot;d#dept_num#_result&quot; = value_returned_from_query>

Also, please tell Linda that my friend just replied to me and asked if you had all the service packs for the sql server. He said the server might be pulling the results from memory and the service packs addressed a number of memory related problems.

Take care,
GJ
 
Thanks GJ, I'll try the quotes.

Funny you should mention the SP. I'm installing SP2 as we speak to address a small problem I was having earlier today. Deleting rows is causing my transaction log to fill to capacity. This is supposed to fix that exact problem. I'll see what effect it has on Linda's problem. Kevin
slanek@ssd.fsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top