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

  1. #1

    Default DB Connectivity

    Is there is any method to connect flash to a data base?
    Manoj vn Guest

  2. Similar Questions and Discussions

    1. Connectivity through Xml
      hey can anybody tell me the difference in compiling from a flex builder and through command line compiler.... i have a mxml app which is...
    2. V 3.0 no connectivity
      :brokenheart; Greetings, We've upgraded to Version 3.0 and on all computers in the office are unable to connect with out site using version...
    3. SQL Connectivity by Web App
      Hi, To start with, i'm not too sure if this is the right group to be posting in so please let me know if these is a more suitable one. I am...
    4. 4GL Connectivity
      Simmons, Keith wrote: 4GL runs independently of any other IBM Informix product. You don't need aditional software. What you may need it to...
    5. DB2 V8 Connectivity
      Just recently upgraded to version 8 of DB2 on AIX. In addiiton to upgrading a test server, we have upgraded 2 DB2 clients as well - one AIX, the...
  3. #2

    Default Re: DB Connectivity

    Manoj vn wrote:
    > Is there is any method to connect flash to a data base?
    well flash is a client-side application, so no, not really. You can use
    a server-side technology such as ASP.NET and send the data to the flash
    client via something like Flash Remoting.

    or you can use loadVars to load up data from a server-side scripting
    language such as PHP - which can of course connect to databases.

    --
    MOLOKO
    ------------------------------------------------
    ::remove _underwear_ to reply::
    'God saves but Buddha makes incremental backups'
    ------------------------------------------------
    GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
    VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
    see [url]www.geekcode.com[/url] to translate the above!
    MOLOKO 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