I am trying to use the CF scheduler to send daily email based on a standard query, nothing special. This is something I have done many times before, even using the same mail server I am using now. The problem now however is that I only have access to https pathed pages, no plain http folders...
Let me preface this by saying I am a database developer and completely new to web development (I've got the hang of CF as a language now but not pinned down web concepts in general)...
Having said that, I've noticed a number of sites with paths as url strings but no page names appearing at...
I'm having a "new" problem with my application now that it's rolled into production, one we didn't (couldn't) catch in development and testing. Let me explain:
The first time a user comes to our website we immediately convert an url string variable into a session variable, query...
I need to have CF display the results of an Oracle stored proc which selects multiple rows from an Oracle table. Right now I have an Oracle SP which returns results by using a ref cursor. I'm not sure however how to have CF loop through the result set. Do I use CFStoredProc and some other...
We are having some trouble with certain browsers not handling the CF-generated JavaScript (or any JS for that matter) How do we determine which browsers support this and keep users of those browsers from continuing? AOL seems particularly troublesome for us.
I have seen that I can catch the...
I am thoroughly confused on how CF maintains a session and could use a little insight... let me explain:
I have an application which relies heacily on session variables. I create no cookies and do not programatically pass cfid or cftoken between pages (or any other session variables). Yet...
We are using cfstoredproc to insert and update records in our Oracle database. We accept dates through our user interface as mm/dd/yyyy and these are jscript validated. Trouble is that one of our CF servers using the oracle native 8.0 driver is having trouble sending "correct" dates...
I am having trouble debugging Stored Proc calls to Oracle from CF using CFStoredProc/ProcParam. Oracle traces will tell me which sp's get called and with which parameter names, but not the actual values being sent by CF. And CF will only give me query output, not SP output using its built in...
I'm new to CF and finding myself confused - is there any way to use session variables without having the CFID and CFTOKEN show in the nav bar? I can count on the user having cookies enabled in this particular project by the way, but rely heavily on session variables to store user id's for table...
Hi! I am having some trouble trying to make code reusable: I have built stored procs in SQL to insert, update and perform other functions based on what variables get passed to them. The trouble that I'm having is that when I use cfprocparam ans specify the variable name using dbvarname, what...
Hi! I am having some trouble trying to make code reusable: I have built stored procs in SQL to insert, update and perform other functions based on what variables get passed to them. The trouble that I'm having is that when I use cfprocparam ans specify the variable name using dbvarname, what...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.