Just started using ColdFusion Builder 2 with ColdFusion 9 and saw the RDS viewer ability in it. I thumbed through Forta\'s WACK book and tried a simple example from it, a basic INSERT using a Derby Em
Once you have loaded a component are you then able to access properties of that object with set conditions? For instance, if you have a one-to-many relationship between people and pets, you load peopl
I have a database table with categories for different products in it.Each category has only one parent and each product can have multiple categories.I need to build a sort of breadcrumb navigation开发
I am trying to instantiate and call methods on a .net object created from a dll from coldfusion.This works when I call methods with one or zero arguments but fails with -
I have a method that I access remotely using <cfajaxproxy>. This method returns JSON with a few properties. One of the properties is a string of HTML, and when this string gets really long, Fire
I have the following web service call: <cfinvoke webservice=\"#application.capsRemote#card.cfc?wsdl\" method=\"purchase\" returnVariable=\"retpurchase\" refreshwsdl=\"true\">
The backend of the company\'s internal system is getting complicated and I would like to explore the idea of doing a SOA style architecture instead of a heavy monolithic system.Where shall I start?
Is there something built into Coldfusion that would let me know the browser and version number surfing my site? Are there existant libraries that woul开发者_运维知识库d enable me to do this?
I am having a strange problem while making an application in iPhone. The problem is in making a POST request to the server API in ColdFusion. We have two servers: one is for Testing and other for Prod
I\'m trying to connect to our SQL Server box from our web server. The only thing i\'ve been able to find regarding the issue is to enable tcp/ip and mixed authentication.