Forum: ColdFusion Apr 7th, 2008 |
| Replies: 1 Views: 1,108 survey code not working Ok so I'm making a survey for a website and I have a series of questions where the user can rate it from a list of choices and I have these questions in a table in access and the rating options in a... |
Forum: ColdFusion Feb 23rd, 2006 |
| Replies: 1 Views: 1,875 Error accessing database This is not working for some reason it is telling me that ds_products does not exist. here is the code...
<CFQUERY NAME="products" DATASOURCE="ds_products">
SELECT ProductName
FROM... |