| Thread Title: | *CFMX* Variable Creation - Is This Normal Behavior? or a Bug? |
| End Date: | 11/02/02 9 Posts |
| Summary: | CFMX does not require explicit variable declarations; instead it can create and type variables based on first usage. But we get an error if we attempt to overwrite a scalar variable with a new, complex variable. Is this an MX bug? |
| Thread Title: | HELP!! SQL Weirdness and the Client's Coming Tomorrow!!! |
| End Date: | 11/03/02 6 Posts |
| Summary: | If PreserveSingleQuotes() is used within a SQL statement, it will prevent ColdFusion from automatically escaping single quotes in a string variable. We also learn that CFQUERYPARAM may help to prevent errors by identifying the data type and the value of parameters passed to the DBMS. |
| Related Threads: |
<CFQUERYPARAM> and preservesinglequotes() was RE: HELP!! SQL Weirdness ERROR Message <CFQUERYPARAM> and preservesinglequotes() was RE: HELP!! SQL Weirdness ERROR Message Return of the SQL Weirdness ERROR Message
|
| Thread Title: | MSXML Alternative for Linux? |
| End Date: | 11/02/02 9 Posts |
| Summary: | CF-Talk is at its best as developers team up to perfect a CFMX solution for passing XML to the UPS website. |
| Related Threads: |
MSXML Alternative for Linux? (SOLVED!) |
| Thread Title: | Understanding Locking In CFMX |
| End Date: | 11/02/02 31 Posts |
| Summary: | Confused about CFMX locking? Here's an in-depth discussion among some of ColdFusion's top gurus. Give this a look .... Well worth the read. |
| Thread Title: | Using CF to Interface IIS and Microsoft DNS |
| End Date: | 11/02/02 11 Posts |
| Summary: | Use CFEXECUTE with DnsCmd.exe to get IIS to automatically create a website entry and register DNS information with Windows DNS. |