User Tag List

Results 1 to 2 of 2

Thread: Simplist way to retreive data from online SQL?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simplist way to retreive data from online SQL?

    Hi im wanting to retrive small data (1 field) from my SQL database.

    Whats the best way about doing this?
    are any of thse possible?

    1.Connect directly and query it with a return?
    2.Connect to it using php and retrive the data and then somehow get that in to mmf (Get object maybe?)
    3. Any other way im not sure of?

    Thanks
    Andy


  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simplist way to retreive data from online SQL?

    If you have control over who has access to the database, then you could use the ODBC object to direct connectly and run queries. The more usual method, though, is to call PHP scripts using the Get object, and to parse their output in MMF.

Similar Threads

  1. Revised Question: How many ways can MMF 2 get and send data online?
    By Grim_Jester in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 26th November 2012, 12:12 AM
  2. How to write data to online scoreboard?
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 1st October 2012, 02:33 AM
  3. Saving Data In Online Applications
    By drnebula in forum Vitalize
    Replies: 2
    Last Post: 16th June 2009, 02:27 PM
  4. Object to retreive the CPU useage?
    By Tiles in forum Extension Development
    Replies: 2
    Last Post: 20th February 2008, 12:09 PM
  5. Best way to store data for an online game?
    By Neonotso in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 8th March 2007, 03:04 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
  •