User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

Thread: Database (Spreadsheet) Help.

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Database (Spreadsheet) Help.

    Does anybody have any experience working with Excel Spreadsheets and MMF2. I tried to do one and I am not really getting it and understanding all those commands has run my patience thin.

    All I want is to have something that can access a shared excel file and update an item I have while still allowing me to add new commands later.

    For example:

    This is a test. did it pass? YES / NO WHY?

    I want the question to be something I can just add in excel whenever I want.

    The yes and no I want to be check boxes that when clicked will save the info in the excel document based on which is selected.

    The Why section I want to have any comments on why the test failed.

    All these should be saved and accessible at anytime. Giving them a number to search through may help finding things too.

    Any help someone can give me. For someone who has no more patience I would appreciate your help.

    Thanks,

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    Have you considered just using the data grid and loading and saving the information that way?

    Is Excel the only way you can save the data???

    Let me know and I will try to help.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    you'll need to save as CSV pray that the person opening the file in excel knows what they're doing. Then read that file back into the data grid. or, use the excel active x.

  4. #4
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    I really wanted to use the data grid but alas I am only on MMF2 and I can't afford to spend the extra money on Developer.

    Excel I thought would just be the easiest way to have shared data since I don't know much or may not have access to other means like access and such.

  5. #5
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    The only person touching the excel file would be me but I want to be sure that certain changes (When test result is chosen) can be relayed from my MMF2 created application into that excel file from different PCs.


  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    How about using ODBC to set the data source to the excel file. Then use SQL command to add, delete or update records?

    Another option is to create a file the data is dumped to, and then in Excel use its database tools to connect to the data file for viewing.

  7. #7
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    I have tried that too but it is a bit beyond me. I don't know anything about SQL so I wouldn't even know how to start. If anybody is willing to do an example of how to make a Dbase using excel. I would appreciate it. Essentially I am planning on having 4 different criteria.

    1)Current Date
    2)Test performed
    3)Result Pass/Fail
    4)Comments

    If anybody knows how to use ODBC and wouln't mind setting me up I would be eternally greatful. I just don't grasp this technical database stuff.

  8. #8
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    Ok, so let talk about how many rows of data you expect to maintain in the database? Are you talking about 1000, 10,000, 100,000 or more?

    Excel is fine for smaller number of records. When you load a speadsheet the entire datafile is loaded into memory.

    If you speaking of a large number of records a database is better to use like MySQL or some other.

  9. #9
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    Well probablt 4-5 cells wide and possibly 1000's of records down. Is that too much when using excel?

  10. #10
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Database (Spreadsheet) Help.

    What do you mean by 1000's??? 10,000, 100,000. Give me an estimate range of the total. Excel has a max of about 65,000 but remember they all get loaded into memory in one shot. So depending on how much memory and how many characters per record it may not all fit in memory of the computer. That is why a database is better because it loads in chucks that will fit in memory so you can have 100's of thousands to millions of records.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Data Spreadsheet
    By Catastrophic in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 29th October 2013, 08:17 AM
  2. Ideas for creating spreadsheet with graphics
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 30th July 2011, 03:42 PM
  3. 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
  4. Load database/array into spreadsheet
    By danworth in forum File Archive
    Replies: 1
    Last Post: 21st February 2010, 03:00 AM
  5. Spreadsheet in a web page using MMF
    By Nickydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 30th March 2009, 05:49 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
  •