Connection between ColdFusion and MySQL

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Connection between ColdFusion and MySQL

    We are running ColdFusion MX on SunOS 5.8 with MySql located on the same server.

    If we write any new information into the database, our ColdFusion application
    is querying the database and is returning data that had just been replaced.
    Upon restarting of ColdFusion this issue disappears. My assumption is that the
    old data is being cached somewhere, but I don?t know where or how to trace its
    occurrence.

    Any suggestions would be greatly appreciated.

    besenok Guest

  2. Similar Questions and Discussions

    1. #40207 [NEW]: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL ser
      From: arif at peshawaronline dot com Operating system: PHP version: 4.4.4 PHP Bug Type: Compile Warning Bug description: ...
    2. flex coldfusion connection
      can anybody tell me how to upload an image and sent it across to some server which will store that image and other descriptions associated with it...
    3. aaaaargh grr coldfusion mysql connection
      Hi I am trying to connect a new databse mysql4.1 and colfusion 6.1. I have followed the technote :...
    4. DSNLESS CONNECTION for COLDFUSION 4.0
      Is there anywy to have a dsnless connection for COLDFUSION 4.0? I have seen a couple scripts out there but when i try them it errors on me. I...
    5. ColdFusion MX and mySQL
      Hi, I'm having trouble connecting ColdFusion MX (cevelopers edition running on my home win2k PC) to a mySQL database - I just keep getting connection...
  3. #2

    Default Re: Connection between ColdFusion and MySQL

    Hi,
    Queries can be cached using cfquery tag and they can cached for certain
    amount of time. Other then that there is no other way of caching in coldfusion
    itslef. I do not totally understand your question though. If you update the
    database table, if your application queries that table, you will get new data.
    I am not sure why that will be a issue. Can you clarify your question.

    Thanks,
    Swathi.

    swathi Guest

  4. #3

    Default Re: Connection between ColdFusion and MySQL

    Hi,

    Thanks for replying. I was also mystified why the query was returning old data.
    I mannually checked the database to see if the old data was still there, and
    didn't find it, only the new data was present.
    That is why I wanted to know where I could look in ColdFusion, or anywhere
    else, where this data could be cached.

    Thanks again.

    besenok 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