Forum: ColdFusion Oct 24th, 2005 |
| Replies: 3 Views: 4,362 With any conditional query you need to consider the case where there is nothing to consider; and then add AND's to the query for each additional argument. say you have a form with a checkbox's that... |
Forum: ColdFusion Oct 24th, 2005 |
| Replies: 3 Views: 7,101 You need to name your form fields, and then pass a list of the form fields to the CFINSERT statement. Make sure you have a table in your data source that has fields defined for all the elements in... |
Forum: ColdFusion Oct 24th, 2005 |
| Replies: 10 Views: 3,867 Another point to consider here is the ease of multi-threaded programming in Coldfusion. If you have ever tried to pull this off in other languages you know what I mean. CF is naturally multi-threaded... |
Forum: C++ Sep 10th, 2005 |
| Replies: 0 Views: 1,661 I am new to these internet news groups; but I am excited to learn because you people seam to know your stuff!!! I am fresh out of college; where I studied computer science and did very well. I... |