When I retrived a Date field in TOAD it displayed likeis \'1/18/2038 9:14:07 PM\', But when I rertrived in Coldfusion using cfquery and displayed using , then I got the date on screen like \'2038-01-
I have: 1. in开发者_如何学Goetpub/wwwroot/ProjectName/Application.cfc 2. inetpub/wwwroot/ProjectName/Admin/Application.cfc
I have some javascript loaded in a cfwindow. I call the javascript function on click of a button. The following is the code loaded in cfwindow.. When I click a button JS error shows up saying :setVend
I\'m using MySQL & ColdFusion. Currently for searching TEXT fields I\'m using LIKE in the database. Luckily my database is empty but soon the table will fill up an开发者_StackOverflowd I fear I th
I am trying to use CFDirectory to get a file开发者_高级运维 listing of a mapping created in ColdFusion Admin. So far I cannot get the list to populate, but if I reference the physical path the full fi
开发者_如何学GoEach time when using cfparam I have a kind of feeling that I put it in the wrong place or generally mis-using.
I wrote a Regular Expression that generates a url like /abc/deutschland/bbs-tagesfahrten/betz-mode-frotier-开发者_Go百科center-–-tress-teigwaren.html.
开发者_如何学JAVADoes the VFS work in a cluster scenario? It does not look like it. The docs on GetVFSMetaData only list RAM and I have not seen anything that discusses calling to another server\'s VF
I\'m trying to put a tooltip on a table row so that when you hover over any part of the row the tooltip displays. When I put the cftooltip tag around the entire table it works, and when I put it withi
I\'m hitting the DB for a 100 records from a MySQL DB that have a DateAdded (timestamp) column. I\'d like to find a SMART way t开发者_如何学运维o display the records as follows in Coldfusion, w/o hi