Release all cached Data Source connections

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Release all cached Data Source connections

    Hello,

    I am using CF5 and I was wondering how to programmatically do similar action
    contained in CF Administrator (Data Sources --> Connection Summary --> 2
    Buttons) for : -

    1. Release all cached Data Source connections, and

    2. Verify all Data Source connections


    My objective is to release cached ODBC conncetions on a daily basis and
    re-establishing/verifying them back again, al programmtically by means of
    scheduler.

    Any pointers ?

    Sameer.

    Sameer Guest

  2. Similar Questions and Discussions

    1. Data Base connections
      :confused; I'm having difficulty setting up MySql database in the Cold Fusion Administrator. I'm running Studio MX 2004 and version 4.0.1 (or...
    2. moving data from one data source to another
      I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert...
    3. Does the URL influence if the page/data gets cached?
      Richard Davey wrote: Either i have a fast enough connection to not notice, or it is being cached. I dont have any problem, looking at my...
    4. release source code
      Hi, I would like to know Where Can I get the linux debian source code? All I can see are binaries. I need the full directory in a ftp serfver (ej:...
    5. TestData.com Announces Release of Web's First Data Generation Tool
      OKLAHOMA CITY, June 1 – TestData.com, LLC today announced the debut of its online data generation tool at TestData.com. David Whitaker, founder of...
  3. #2

    Default Re: Release all cached Data Source connections

    Not sure why you'd want to do such a thing. But have just discovered that it
    is possible in CF7 using the admin API...
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    wwhelp.htm?context=ColdFusion_Documentation&fi le=part_adm.htm Alas, I
    don't think there is any equivalent for CF 5. (They really made huge
    improvements with CF MX). However, the html spoofing methods may work with CF5
    since the security was not as good. You can try posting the same forms that
    the CF5 administror does (cross site hacking 101). Good Luck, -- MikeR

    MikerRoo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139