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

    Importing CSV

    Thanks Shantha, I will give it a try. But I am loading this information through the web or passing the query in a sql statement through a datasource name. Thanks...
  2. CFProgrammer

    Importing CSV

    How to import a csv file. I know in sql server and Mysql you can use the bulk insert command. Thanks In Advanced Load Data infile...
  3. CFProgrammer

    Oracle Insert Question

    Via the web with Coldfusion. Make a call from the access DSN to the Oracle DSN. Insert the results to the Oracle DSN. Thanks...
  4. CFProgrammer

    Oracle & CF: Need Help

    I am trying to do a bulk copy from one datasource (Access) to another (Oracle). I know in sql server you can just separate each new inserts with a ";". But I keep getting errors in Oracle, Why?
  5. CFProgrammer

    Oracle Insert Question

    I am trying to do a bulk copy from one datasource (Access) to another (Oracle). I know in sql server you can just separate each new inserts with a ";". But I keep getting errors in Oracle, Why?
  6. CFProgrammer

    CFML Hosting - What's the going rate?

    Not sure of you question but, CFPROGRAMMER Offering Low Cost CF Hosting 1 Rate, 1 Plan, 1 Solution http://www.revorg.net
  7. CFProgrammer

    CF SERVER TIMEOUT PROBLEM

    Not sure what could be the problem. If you can run the sql statement within the database you should be fine. Need Cheap Hosting, http://www.revorg.net 1 Rate, 1 Plan
  8. CFProgrammer

    Ratios in Queries

    Ok, Let's say you have 10 products in a table, and you query the table, select * from productTable Now: I would like product "1" to be display 5 time more likely than product 2-10. Thanks all I know. I appreciate everything though.
  9. CFProgrammer

    Ratios in Queries

    I guess. Whatever you think? I am totally lost on this one. Thanks
  10. CFProgrammer

    Ratios in Queries

    I am building a banner ad management system. But I would like to use ratios in my queries. Meaning I would like banner x to display 20:1 (twenty-to-1) or banner y display 5:1. How would I do this with? Thanks for all your support!
  11. CFProgrammer

    Sorting by date

    You can use the group but you have to group the data in your query first. So build your query and let cf do it's work. Happy Coding CFPROGROGRAMMER Need Coldfusion Resources: http://www.cfdevx.com Need Coldfusion Hosting: http://www.revorg.net
  12. CFProgrammer

    Security Framework

    Just set session vars and depending on the role, display or don't display links on the left site. Menu1 Menu2 Menu3 Happy Coding CFPROGROGRAMMER Need Coldfusion Resources: http://www.cfdevx.com Need Coldfusion Hosting: http://www.revorg.net
  13. CFProgrammer

    <cfdirectory> and beyond! Need to link to another server

    If the drive is not on the same server, try drive mapping into the other one. This may work. Happy Coding CFPROGROGRAMMER Need Coldfusion Resources: http://www.cfdevx.com Need Coldfusion Hosting: http://www.revorg.net
  14. CFProgrammer

    Using SSL

    There is not much too it but protecting the pages you want. Try Thawte, they usuall have lots of information. CFPROGROGRAMMER Need Coldfusion Resources: http://www.cfdevx.com Need Coldfusion Hosting: http://www.revorg.net
  15. CFProgrammer

    using <cfif query.recordcount> to check for retuned result

    Your code is fine as is. It will not set the session var. True it and see. Try setting the session var and calling it on the same page outside the cfif... CFPRGROGRAMMER Need Coldfusion Resources: http://www.cfdevx.com Need Coldfusion Hosting: http://www.revorg.net
  16. CFProgrammer

    input type="file"

    Make sure you have the correct header in your form field. Ex: <form name=test&quot; action=&quot;upload.cfm&quot; enctype=&quot;multipart/form-data&quot; method=&quot;post&quot;> <input type=&quot;file&quot; name=&quot;deafile&quot;> </form>
  17. CFProgrammer

    Execute a file from ColdFusion

    You will have to have to use the cfexecute tag...
  18. CFProgrammer

    mail a file automatically once it has been created

    Just use the cfmail tag in the scheduled element. ex: cfschedule has run, <cfinclude template=&quot;_emailmyreport.cfm&quot;> The included file: <cfmail to=&quot;grover.fields@famu.edu&quot; from&quot;support@yourdomain.com&quot; subject=&quot;New Report&quot...
  19. CFProgrammer

    ASP Com Engine

    I know that, but which &quot;COM&quot; object is being called once an asp page is being processed.
  20. CFProgrammer

    ASP Com Engine

    I was just wondering, which com object is being called when you write an asp page. <%=now()%>

Part and Inventory Search

Back
Top