User Tag List

Results 1 to 2 of 2

Thread: ASP.NET to access a mySQL database from MMF2?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ASP.NET to access a mySQL database from MMF2?

    Hey, folks!

    I know this is a bit outside of MMF2 relevance, but I was wondering if anyone has written (or has access to) ASP.NET code which allows MMF2 to read from and write to a database?

    I am still working on an online high-score system for this game I'm working on... I have installed mySQL Server without any difficulties and set up a database, table, and user account to access that table.

    What I lack now (in more ways than one!) is the ASP.NET code in which MMF2 would interface to read from and write to this mySQL database. I have been looking online for ASPX template code, but it all pertains to viewing a table from within a Web browser.

    So, despite it being a big stretch, I thought I'd inquire if anyone has had any experience with ASP.NET which would suit my needs.

    Thank you very much!



    Most graciously...

    RGBreality

  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: ASP.NET to access a mySQL database from MMF2?

    What you're after is a page that will perform a query against the database (possibly taking into account variables passed into that page) and that outputs the result in a form that MMF2 can understand.

    I don't have experience with ASP, but much the same theory applies as in my PHP/mySQL tutorial. I see from the page here that its code looks rather more horrific than PHP, but it shows details on how to get to the database - http://www.aspdev.org/asp.net/asp.net-mysql-connect/

    Rather than displaying the whole data set, you just want to output one item from it - I think that this... rather unusual site might point you in the right direction: http://www.christianasp.net/usingmysql50withaspnet-part1.aspx

Similar Threads

  1. unicode not entering mysql database
    By crugh in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 16th April 2014, 06:32 PM
  2. Hi-score and mysql database
    By videogiochi in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 14th July 2010, 04:10 PM
  3. MMF2 Web Database Access Recommendations
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 6th May 2010, 05:36 PM
  4. [REQUEST] MySQL database
    By Dynamite in forum Extension Development
    Replies: 2
    Last Post: 10th March 2010, 05:08 AM
  5. Connecting to a MySQL database....?
    By pinacoladaxb in forum Multimedia Fusion 2 - Technical Support
    Replies: 21
    Last Post: 1st May 2008, 12:07 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
  •