How to push realtime data from SQL Server

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default How to push realtime data from SQL Server

    Hello,

    I am looking for the best way to approach the following situation ... 1) how
    to connect 2) what I will need to maintain "realtime" updated data on the the
    web browser (client) side 3) and if Flash Media Server 2 or the Flash runtime
    (Platform) would be required.

    I have a SQL Server database that is updated every 5 seconds with new data and
    I need to have this data reflected on a Flash webpage. For simplicity, lets
    just say its a table that contains 50 records with 4 fields. When/if the data
    changes in any of the fields it needs to show up "realtime" on the webpage.
    All thoughts would be helpful ... but unfortunately it must be done in Flash
    (don't ask) ... Thanks in advance! :confused;

    Richterman Guest

  2. Similar Questions and Discussions

    1. Realtime/Non Realtime audio mixing?
      Is it possible to do the above in WAV or something similar using Director? This means taking 2 or more audio files and synching them precisely. g
    2. Can you push XML data with Media Server 2
      Can you use Media Server 2 to PUSH just regular data to a SWF say like XML data sent every second? THX Kevin
    3. Realtime XML Data - Highlight data changes? 1 sec
      Hi I'm currently working on a realtime ticker and one of the requests is to highlight data for a split second that has changed. For example, say...
    4. Display realtime data As it changes in the databse - TK
      Voodoo Raja wrote: What you seem to be doing is not very clear. Why are you running this loop while (@array = $query->fetchrow_array ) {...
    5. Push XML data to client for processing
      Hello, Although I consider myself a proficient C++ programmer (and am getting better everyday at C# :-) I am new to and having a little trouble...
  3. #2

    Default Re: How to push realtime data from SQL Server

    :beer; Having a webpage designed using FLASH 8 that can communicate with a SQL
    Database would be something I am looking into also. I hope someone that really
    knows what he is doing explains this to us. I would like to use this with a
    catalog that would be updated when I update the SQL Data. Why use FLASH?
    Reason I am using it is that one has control of their work. The typical HTML
    and other programming that works with HTML seem to NOT have a standard making
    your website work look really good in one browser but look like heck in another
    and some browsers will just not work like you designed it.

    deanjr Guest

  4. #3

    Default Re: How to push realtime data from SQL Server

    I haven't done it before, but i believe you could use the XMLSocket object to accomplish this.
    D_Hansen 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