MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Developer Discussion v
« Previous 1 … 12 13 14 15 16 Next »
Is there a such thing as databases in Game Maker?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 12 13 14 15 16 Next »
Is there a such thing as databases in Game Maker?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 12 13 14 15 16 Next »
Is there a such thing as databases in Game Maker?
Mark All Posts Read Today's Posts

Is there a such thing as databases in Game Maker?
United States VinnyVideo
Can't have an avatar without a Shy-Guy
Site Developer
Main Site Moderator Site Developer/Webmasters Wiki SysOp Big Help Submitter Super Reviewer (2) Wiki Contributor Sprite Comp Runner-Up Minigame Comp Winner Minigame Comp Runner-Up Minigame Comp Top 5 (3) Music Comp Winner Music Comp Runner-Up Music Comp Top 5 (2) Drawing Comp Top 5 Game of the Month Winner NCFC Contributor (4) Secret Santa (5) MFGG 17th Anniversary MFGG 18th Anniversary MFGG 19th Anniversary Ye Olde MFGGe Retro Game Jam Participant MFGG Awards 2010 Winner MFGG Awards 2011 Winner MFGG Awards 2012 Winner MFGG Awards 2013 Winner MFGG Awards 2014 Winner MFGG Awards 2015 Winner MFGG Awards 2017 Winner (3) MFGG Awards 2019 Winner MFGG Awards 2024 Winner
#3
12-26-2017, 10:10 PM
@HylianDev That's a good overview of what databases do. Databases are similar to arrays, but they're even more similar to Microsoft Excel spreadsheets. Databases consist of various tables, which are similar to the different tabs of a spreadsheet. Tables store information in rows and columns, just like spreadsheets. The advantage that databases have over spreadsheets is you can create and enforce relationships between different tables. This helps prevent redundant or outdated data from entering your database.

Databases are a good thing to learn about. Pretty much everything you do on the Internet or on your phone involves databases, even if you don't realize it. Every time you log in to MFGG, you're reading from a database. Every time you make a post, you're writing to a database. You don't need to use databases when making simple video games, but they're essential if you're making complex online multiplayer games.

Game Maker can connect to databases hosted on a server. Here's an example of using databases to host an online high score system.

GM's arrays and data structures (such as ds_list) offer functionality similar to that of databases. For example, in an RPG, you might use them to store information about playable characters' stats and equipment, and then save this data to an external file.

This probably isn't the best explanation ever, but I hope this makes sense. If it doesn't make sense, just let me know and I can clarify.
Course clear! You got a card.

[Image: CourseClear.gif]

[-] The following 2 users Like VinnyVideo's post:2 users Like VinnyVideo's post
  ↳ HylianDev, Willsaber
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Is there a such thing as databases in Game Maker? - by Mariotroid - 12-26-2017, 07:31 PM
RE: Is there a such thing as databases in Game Maker? - by HylianDev - 12-26-2017, 08:01 PM
RE: Is there a such thing as databases in Game Maker? - by VinnyVideo - 12-26-2017, 10:10 PM
RE: Is there a such thing as databases in Game Maker? - by Mariotroid - 12-26-2017, 11:11 PM
RE: Is there a such thing as databases in Game Maker? - by HylianDev - 12-27-2017, 10:11 AM

  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode