playMaker

Author Topic: Database Recommendations  (Read 1829 times)

ergin

  • Junior Playmaker
  • **
  • Posts: 86
Database Recommendations
« on: July 31, 2015, 06:51:27 PM »
I need to read and write item list and properties from a database, such as:
Sword1 70 1 2
Sword2 90 2 8

What do you recommend for such a system? What would be the best way to create / read / modify(and update from server) using playmaker

Thanks.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7619
    • jinxtergames
Re: Database Recommendations
« Reply #1 on: July 31, 2015, 07:34:30 PM »
Hi,
xml is good, you can use it with datamaker

ergin

  • Junior Playmaker
  • **
  • Posts: 86
Re: Database Recommendations
« Reply #2 on: August 01, 2015, 09:29:39 AM »
Thanks... :)