Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Flash Access of a MSaccess or SQL Server database

  1. #1
    Junior Member
    Join Date
    Jan 2004
    Posts
    1

    Flash Access of a MSaccess or SQL Server database

    Which version of Flash will allow me to access a MS Access or SQL Server database????

  2. #2
    Member
    Join Date
    Aug 2003
    Posts
    51
    Flash doesn't connect to a database. Flash loads scripts that can access a database.

    Basically instead of having (for example) an asp script that accesses a database and writes the content to html, you have the script write a set of variables so that it ends up looking like this:

    &infoOne=Some info&infoTwo=Some more info&

    Then flash loads the script and the variables are available to the flash player.

    Flash 5 uses loadVariables() or loadVariablesNum(), if you've got Flash MX then you're better off with the custom LoadVars() object.

    cheers.

Similar Threads

  1. intergrate flash into a access database
    By Astral_Enterprise in forum Flash Discussion Forum
    Replies: 3
    Last Post: 12-12-2004, 12:48 PM
  2. intergrate flash into a access database
    By Astral_Enterprise in forum Database Discussion Forum
    Replies: 0
    Last Post: 12-11-2004, 05:27 AM
  3. intergrate flash into a access database
    By Astral_Enterprise in forum Web Programming Discussion Forum
    Replies: 0
    Last Post: 12-11-2004, 05:25 AM
  4. access database access
    By tfinch in forum Web Programming Discussion Forum
    Replies: 6
    Last Post: 07-27-2004, 10:28 PM
  5. Access database
    By Redskies373 in forum Database Discussion Forum
    Replies: 10
    Last Post: 01-16-2004, 04:35 PM

Posting Permissions

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