coldfusion-9
What's the best way of clearing a list so I can re-add the elements for ColdFusion 9 ORM?
Let\'s say I have a Store and a Product entity, with a many-to-many relationship between them, and both are persistent CFC\'s.[详细]
2023-03-29 18:26 分类:问答coldfusion 9 using cfsearch on verity returns -1705 error
I\'ve created a collection in verity, but when I use cfsearch on it I get this error: Message: There was a pro开发者_开发百科blem executing the cfSearch tag with the following collections.[详细]
2023-03-29 12:52 分类:问答Conversion failed when converting the nvarchar value 'quiz.jpg' to data type int
I am getting this error in my logs and I really do not know how to solve it. \"Conversion failed when converting the nvarchar value \'quiz.jpg\' to data type int.\"[详细]
2023-03-28 10:51 分类:问答google analytics, hitting it from coldfusion server cfhttp
开发者_开发问答I have used this: Generate Google Analytics events (__utm.gif requests) serverside[详细]
2023-03-27 09:25 分类:问答Coldfusion 9.0.1 Standard 64bit and Oracle 11g 64bit ODBC connection results in "architecture mismatch"
I have a freshly built 64-bit Windows Server 2008 R2 box that I have installed 64-bit Coldfusion 9 Standard on. I\'ve upgraded and hotfixed it up to the most current version of CF. I also had 64-bit O[详细]
2023-03-27 08:15 分类:问答How do you map a base class using ColdFusion ORM?
I have two components, a base Entity component: <cfcomponent persistent=\"true\"> <cfproperty name=\"Id\" fieldtype=\"id\" generator=\"native\">[详细]
2023-03-27 04:32 分类:问答ColdFusion 9 datasources defaulting to enterprise
I havea ColdFusion instance being run under enterprise, but for some reason it ignores the local data source. It will only connect if I put the data source at the enterprise level.[详细]
2023-03-26 19:25 分类:问答What is the most effective way to reset ColdFusion session variables (CFTOKEN, CFID, JSESSIONID)?
The conclusion of the following question was that rebuilding session token after switching from http to https is a good idea.[详细]
2023-03-26 10:44 分类:问答Coldfusion getHttpRequestData breaks my SOAP calls
I\'m running Coldfusion 9.I have some web services that are called via SOAP calls.We have a load balancer that forwards the clients IP address in the header of each request.We need to get that IP addr[详细]
2023-03-23 05:34 分类:问答How in ColdFusion with in variables get a Oracle stored procedure to return values?
ORACLE 11g - COLDFUSION 9 - REF CURSOR - WITH at least one in variable. How in ColdFusion with in variables get a Oracle stored procedure to return values?[详细]
2023-03-23 00:57 分类:问答