I\'ve always been curious about this. Between the two cod开发者_如何学Ce example which is more processor efficient? I understand that various languages may be different and I need to know what the ans
I\'m going have SELECT a TIMESTAMP from the MySQL database. What I want to do is compare that to the current time using ColdFusion.
I\'m writing a CFC on a server running Coldfusion MX 7. The CFC needs to be able to query a database the location of which will be determined at runtime. The database is SQL Server 2005. The CFC takes
I am getting an error when trying to connect to an Exchange server using the cfexchangeconnection tag.First some code:
I want to create a History Object for my Website, It should be Similar to Javascript history object. I want to use this Object to Creating Previous/Next nevigational Links for my Website.
I need to build a generic method in coldfusion to compar开发者_JS百科e two query result sets... Any Ideas???If you are looking to simply decide whether two queries are exactly alike, then you can do t
I am seeing an interesting result trying to use as a sys_guid() value in Coldfusion 7. If I do <cfquery>select sys_guid() as guid from dual</cfquery>
When connecting from Coldfusion 8 to a MS SQL 2008 datasource, what Coldfusion cfsqltype should I use for a SQL column set to 开发者_开发问答\'uniqueidentifier\'.
On CF9, a CFGridcolumn with type=\"combobox\" will have \"typeAhead\" set to false in the underlying javascript. typeAhead is the auto-complete effect for a combobox, which you can see here, in the \"
Is there any XSLT library 开发者_如何学编程available for the Windows Mobile platform? I need to transform my XML document to HTML. It can be a plus if compatible with .NET CF.