Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Anyone have an access database to play with?  (Read 1103 times)

0 Members and 1 Guest are viewing this topic.

slicer_d

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 258
  • Last login:November 06, 2013, 12:51:11 am
  • Yay n' stuff
Anyone have an access database to play with?
« on: April 20, 2004, 04:52:03 pm »
Hey I was just wondering if any body has or knows where to find a access database full of mame games that I could play with so I can make my own custom quiries and reports?

Thanks

jerryjanis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:February 02, 2023, 01:56:44 am
  • Skate or Die!!!
    • Jake's Joystick
Re:Anyone have an access database to play with?
« Reply #1 on: April 20, 2004, 05:39:20 pm »
SortInfo is able to export the game and control list to a text file.  You can specify what delimeter to use, and you should be able to import that file into Access.  I have done it before with MySQL.

1) create a file with mame's listinfo with something like:
      mame -listinfo > sortinfo.txt
2) Run SortInfo.exe
3) File->Import->Mame List Info file (and select your sortinfo.txt)
4) File->Export->Argument Template File
    select the file you want to save
    enter a template.  I think that the following will save all values, separated by a '~'
     %A~%B~%C~%D~%E~%F~%G~%H~%I~%J~%K~%L~%M~%N~%O~%P~%Q~%R~%S~%T~%U~%V~%X


I was able to import this into a MySQL database.  Hopefully you can do the same with Access.  By the way, I couldn't use comma separated values because some of the data elements have commas in them.