I am using ColdFusion 9, and MySQL 5.1. I am trying to align the ColdFusion encrypt/decrypt functions and mySQL AES_ENCRYPT/AES_DECRYPT so I can开发者_运维知识库 use them interchangeably depending on
I am dealing with form data with about 30 instances of these sets of 4 fi开发者_运维百科elds (each of different names & function). Is there a way to make this more manageable?
I have a database of latitude and longitude values for state borders which I am using to draw polygons of the state on a map.
We are trying to validate a text box name called PRODUCT FAMILY.We are currently writing a query to fetch the count of that particular PRODUCT FAMILY.The query is given below:
I am using the following ColdFusion REreplace function <cfset variables.sAddress = #left(trim(REReplace(arguments.address, \"[^-0-9a-zA-Z_/-/\']\", \"\", \"ALL\")),50)#/>where arguments.address
i created a table using coldfusion lists system, rows are months and the columns are cities, and the variable is the sales, now i need to add to every evaluated sale variable, the list of companies th
Wor开发者_StackOverflow社区king with a MS Access database, using one particular table, and scattered throughout the table at varying positions in date columns (which themselves can be in varying order
Is it possible within ColdFusion 9 to make synchronous SOAP calls? The specific API I\'m interested in is published by 开发者_如何学CeCircle, and they have an example using PHP here
Recently working with ColdFusion enterprise version multiserver installation. I have created three instances 1. cfusion (default) 2. cfserver1 and 3. cfserver2. Basically I want to control one site
I have an AIR application (written in Flex 4.1.0.16076) that copies data from an unencrypted database to an encrypted database and then tries to open the encrypted database using coldfusion.air.SyncMa