Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gasparrelli

    Scheduling an HTTPS page to automate mail with CF Admin tool

    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...
  2. gasparrelli

    Really dumb question!

    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...
  3. gasparrelli

    Another strange session var problem

    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...
  4. gasparrelli

    Oracle result sets from SP

    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...
  5. gasparrelli

    AOL/Browser help

    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...
  6. gasparrelli

    Session maintenance

    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...
  7. gasparrelli

    Help With Date Trouble!!!

    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...
  8. gasparrelli

    Oracle and CF debugging

    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...
  9. gasparrelli

    New and Confused - CFID/CFTOKEN Visible

    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...
  10. gasparrelli

    ODBC,SQL,CF or me? Help me find the problem

    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...
  11. gasparrelli

    calling MSSQL SP with named notation

    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...

Part and Inventory Search

Back
Top