|
"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 |
|
"What is the code you are running and what is the error?" in Getting Started • 1 replies |
7 hours ago |
|
"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 |
|
"Are these two bits of code on the same page?" in Getting Started • 2 replies |
2 days ago |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"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 |