I found this question already on SO, but it only covers CF, so my question i开发者_开发知识库s: how do I detect whether an assembly has been built for ordinary .Net, CF or Silverlight?Using the same a
I want to be able to convert a string number such as \"1,427.76\" to a number in coldfusion but the comma is making it fail.Is there a simple way to do it besides having to remove the comma?
There\'s a similar question on stackoverflow, but I wanted to ask it again because ColdFusion is different than PHP.
ColdFusion 7.0 Client will be passing form data to a asp.net web handler , the handler must parse the form data as present in the Request.contextall this currently being done I now need to incorporate
A form field value like 45,234 is to be inserted into the DB as 45234. When I try to do insert for 45,234, all it gets into the DB is 0.Note:- I am able to insert 45.234as 45.234 in the SQL DB.
I\'m using coldfusion 9 and I\'m trying to grab a file from an ftp site and load it into ram instead of the filesystem.If I try it using a secure ftp connection, it fails with this error:
What is the issue with CFBuilder? I am trying to Check out a file from SS/CFBuilderand all i get is the message
This is my first bit of programming in quite a while, so I\'m basically starting from scratch, and I\'m using coldfusion 8.
I\'ve been able to successfully implement the 开发者_运维知识库cfajaxproxy tag where the cfc in question is located in the root directory of my site.
I have a cfc <cffunction name=\"addEditPerson\" access=\"remote\" returntype=\"struct\"> a bunch of cfarguments