Skip navigation

Login or Register to find out more about Dan Bracuk
Dan Bracuk has no profile image available
Status Level:
Community Member

Recent Activity

Dan Bracuk replied to Set a date two days in the future

"if (len(trim(form.meeting)) > 0 theDate = dateAdd("d", 2, now(); else theDate = something.   But it's not that simple.  You might also"

in ColdFusion 1 replies
7 hours ago
Dan Bracuk replied to Timestamp in database for new row

"What is the code you are running and what is the error?"

in Getting Started 1 replies
7 hours ago
Dan Bracuk replied to Oracle TO_CHAR : date changed to another after formatting.

"If you do   select yourcolumn, to_char(yourcolumn, 'mask') x from etc   and then dump the results,   are they the same date and time"

in Database Access 1 replies
1 day ago
Dan Bracuk replied to Form not returning variable - getting Variable is Undefined

"Are these two bits of code on the same page?"

in Getting Started 2 replies
2 days ago
Dan Bracuk replied to Professional opinions please - cfquery vs. Stored Procedures

"Regarding "What is the performace difference between calling a stored proc via cfstoredproc or cfquery directly? (<cfquery>execute YourProc"

in Advanced Techniques 7 replies
4 days ago
Dan Bracuk replied to Professional opinions please - cfquery vs. Stored Procedures

"I favour stored procedures because I do notice a performance gain.  What I specifically notice is that a complex query often takes several s"

in Advanced Techniques 7 replies
4 days ago
Dan Bracuk replied to Map a drive to a web url

"I think you'll have to use cffile to read the file, then serve it up with cfcontent.  You can't browse to directories outside your webroot."

in ColdFusion 1 replies
6 days ago
Dan Bracuk replied to check box Coldfusion 9 question

"I generally do all that sort of logic before the query tag.  Something like this:   OrderByClause = ''; Logic to change that clause.   <c"

in ColdFusion 3 replies
6 days ago
Dan Bracuk replied to Where is the best place to put cfqueries?

"The best thing to do depends on the situation at hand.  There are times when Adam's suggestion makes sense.  There are others where it is ov"

in ColdFusion 6 replies
6 days ago
Dan Bracuk replied to Problems saving/ displaying codes

"Go to cflib.org and look for a function called safetext.  It will preserve benign tags and strip out dangerous ones.   Then, store the html"

in ColdFusion 4 replies
1 week ago