To submit a support ticket please fill in the form below, "we will only accept support tickets from email address registered on our system".
| What is ColdFusion? Do I need any special tools to use ColdFusion? What version of ColdFusion does DVS provide? What databases can I use with ColdFusion? What is RDS? Does DVS support RDS? Do you install custom tags? How do I execute ColdFusion scripts? How do I execute custom ColdFusion tags (.cfm)? Do you support CFX tags? What about CFFILE tags? I need to update my database. How do I do this? Can I integrate J2EE and Java functionalities into my ColdFusion applications? Can I use ColdFusion in conjunction with ASP? What are ColdFusion variable settings? Can I use CFHTTP? Can I use CFQUERY to access an ODBC DSN? How can I send an email from my application? I'm receiving the error "Data Source Not Found." What's wrong? I'm receiving the error "File Not Found." What's wrong? I'm receiving a parameter error. What's wrong? Where can I learn more about working with ColdFusion? |
| What is ColdFusion? |
ColdFusion is a set of Web development products developed by Allaire, which has recently merged with Macromedia. |
| Do I need any special tools to use ColdFusion? |
Because ColdFusion integrates its code (CFML) with standard HTML code, you can use any standard Web development application or a text editor to develop your templates. However, if you plan on building a large or complex site, you may find it helpful to use ColdFusion Studio. |
| What version of ColdFusion does DVS provide? |
DVS runs ColdFusion Version 6.0 on Windows and 6.1 on Linux. |
| What databases can I use with ColdFusion? |
ColdFusion works with ODBC-compliant databases. With DVS's ColdFusion plans, you can use a Microsoft Access or Microsoft SQL Server database. ColdFusion supports both DSN and DSN-less connections. |
| What is RDS? Does DVS support RDS? |
When discussing ColdFusion, RDS stands for Remote Development Services. Because RDS is not designed for a shared hosting environment, it presents a high security risk and is not enabled on DVS's shared servers. |
| Do you install custom tags? |
If you need a custom tag installed, contact DVS support. |
| How do I execute ColdFusion scripts? |
Your ColdFusion scripts can be placed anywhere in your /www directory. The extensions *.cfm and *.dbm are mapped to the ColdFusion script engine. |
| How do I execute custom ColdFusion tags (.cfm)? |
You can place your custom ColdFusion tags (.cfm) in any directory under your /www directory. Once you have uploaded your files, you will need to use the CFMODULE tag to specify the location of your .cfm tags. |
| Do you support CFX tags? What about CFFILE tags? |
Yes. DVS supports both CFX and CFFILE tags. |
| I need to update my database. How do I do this? |
Because your site is pulling content from your database, it is not advisable to FTP your new database over your existing database. Instead, you should upload your new database with a different name. Once it is uploaded and you have made all the necessary changes, you can rename it to the correct name and remove your out-of-date database. |
| Can I integrate J2EE and Java functionalities into my ColdFusion applications? |
ColdFusion MX uses the J2EE (Java 2 Platform, Enterprise Edition) infrastructure for many of its base services. This enables you to easily integrate J2EE and Java functionality into your ColdFusion applications. For example, you can: |
| Can I use ColdFusion in conjunction with ASP? |
While you can use ColdFusion and ASP within the same site, it is difficult—and not recommended—to use both within the same page. |
| What are ColdFusion variable settings? |
The default setting (and maximum value) for session variables is 30 minutes. |
| Can I use CFHTTP? |
The CFHTTP tag does not work as described in the ColdFusion Manual due to security restrictions in a shared environment. Specifically, if the METHOD attribute is set to "GET" then the #CFHTTP.FileContent#variable cannot be used to retrieve data extracted with CFHTTP. |
| Can I use CFQUERY to access an ODBC DSN? | |||
Once you have created an ODBC Data Source Name for your database, you can use CFQUERY: |
|||
| How can I send an email from my application? | |||
To send an email from a ColdFusion application, you use the CFMail tag. The following sample code illustrates how you can send a confirmation email to a visitor: |
|||
| I'm receiving the error "Data Source Not Found." What's wrong? | |||
If you are receiving this error, make sure that you have created the DSN. You should also check for any spelling errors. |
|||
| I'm receiving the error "File Not Found." What's wrong? | |||
This error indicates that the ODBC driver can not find the file in the location it expected. To try and resolve this problem, perform the following steps: |
|||
| I'm receiving a parameter error. What's wrong? | |||
Parameter errors occur when a SQL statement references a field name that does not exist in the data source. You should check the SQL statement or query indicated in the error message and verify that: |
|||
| Where can I learn more about working with ColdFusion? | |||
| There are a number of resources that can help you as your work with ColdFusion, including:
http://www.macromedia.com/support/coldfusion/documentation.html |
www.dvshosting.com © 2007 DVS HOSTING