I have gone into administrator in CF in data sources entered a copy of access databases. I verify the connections and the OK appears so it should be set. I...
Just use the CF tags and forget about Dreamweaver for now. You can also use the underlining java technology to make connections. I have also seen it done with...
When you created the new document, did you select CFM as the document? If I recall correctly, I think DW starts off with an HTML as the default file type. ...
HI, I assume that you have everything working in CF,and that you have verified the datasouces in the CF amin. In Dreamweaver: create a site using ColdFusion,...
Refer the example at http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_m-o_16.html Thanx Manjukiran Pacchhipulusu Lead Software Engg Adobe...
Try <cfdump var="#form#"> -hankcfman ... From: O S <owaiz_vaiyani@...> To: coldfusion-howto@yahoogroups.com Sent: Wednesday, June 4, 2008 7:55:01 AM ...
Howdy folks, I need a coldfusion blog script that would support multiple blogs - something I could set up on the server and use the sample application for ...
This one looks like it has potential: http://www.mangoblog.org/skinbrowser/ Greg On Wed, Jun 4, 2008 at 3:41 PM, Linda Burnside < ... -- Greg Luce Luce...
CGI.REMOTE_ADDR _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Dan Plesse Sent: Wednesday, June 04, 2008...
I use Mango Blog, it is wonderful,and Lurua is very helpful as well! I used to use Blogcfc, but on the hosting that I have it was buggy, whereas Mango Blog as...
Hi all, Back around 2000, I used CF 4.5/5.0 to develop a few boutique sites and really liked the process, though quit developing in 2002. Now, I'd like to...
I am trying to produce a report. One query returns three rows, which is correct, because there are three line items. I then link those three records to another...
Sounds like you need to make the connection between tables. If you don't, the database makes them for you matching up every row in table A with every row in...
I have to join about six tables, so I use views. The final part links a view to the last table.The view look like this : ref_no, part_no, line_item 12345...
Why do you need the comma delimited list? Why not let ColdFusion handle the formatting? To get a comma delimited list you'll have to do something like: DECLARE...
I would make my first query without the join to the table that has the description. Set up variables for each bit of information to be output. Set up a loop...
I need help coding cfmail that groups individual order items into a single email. The following code produces individual emails for each order item. <CFQUERY ...
I've just been tasked to upgrade and patch a site through several versions and patches and a lot of the source code has been decrypted and modified without...