User Tag List

Results 1 to 4 of 4

Thread: Database to array

  1. #1
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Database to array

    Hi All

    I am wondering if it is possible to extract fields from a database table into an mmf array. I have had a look at ODBC but i have zero clue on how to use it.

    The database itself is password protected and i only need specific columns out of it.

    Anyone know if this is possible using the standard version of MMF2?

  2. #2
    No Products Registered

    Join Date
    Aug 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database to array

    What you are asking is possible, depending on the type of database. What kind of database do you need to access? The SQL Server object should work with MMF2 Standard, but it is for Microsft SQL Server databases only.

  3. #3
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database to array

    it's a standard MS Access Database. it's in an older file format but i can convert it to 97-2003 format.

    I'm not sure how to use ODBC so i can't get anywhere with this at the minute.

  4. #4
    No Products Registered

    Join Date
    Feb 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database to array

    lembi2001
    I think you may need the password in order to extract data.
    Also, do you have any experience using SQL code?
    e.g. select * from table_name
    If not http://www.w3schools.com/sql/default.asp is a great site to learn from.
    Also, have you looked at the ODBC example program which comes with MMF2? It shows a neat way of retrieving information using list objects.
    Whenever you retrieve from the ODBC object you need the following actions:
    New statement
    Send SQL command
    Get Row
    The rest then depends on whether you are retrieving a unique entry or several rows.

Similar Threads

  1. Dynamic Array - Sort 2 dimension array by Column 1
    By Ryan in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 16th December 2012, 04:54 AM
  2. Database/Array of multiline scripts
    By Boba Fonts in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 30th April 2012, 01:35 AM
  3. Dynamic Array to Binary Array problems
    By BREK in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 22nd March 2010, 10:48 PM
  4. Database: Connecting to a database over internet
    By Ham in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th March 2010, 11:00 AM
  5. Load database/array into spreadsheet
    By danworth in forum File Archive
    Replies: 1
    Last Post: 21st February 2010, 03:00 AM

Posting Permissions

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