Search Unity

Need Help in sql

Discussion in 'Editor & General Support' started by UNITY3D_TEAM, Dec 15, 2012.

  1. UNITY3D_TEAM

    UNITY3D_TEAM

    Joined:
    Apr 23, 2012
    Posts:
    720
    hi .i need help regarding :how to connect unity with sql .

    1.video tutorial
    or 2.demo project

    for sql connection will be helpful for me!!
     
  2. Aurore

    Aurore

    Director of Real-Time Learning

    Joined:
    Aug 1, 2012
    Posts:
    3,106
    Moving to Support
     
  3. UNITY3D_TEAM

    UNITY3D_TEAM

    Joined:
    Apr 23, 2012
    Posts:
    720
  4. musikit

    musikit

    Joined:
    Jan 30, 2012
    Posts:
    160
    I've used Informix, and mysql in C++ and Java. usually you had a "ODBC" connection or a "connection" object which you issued sql statements to directly.
    have you looked for a mysql C# module?

    found this in a quick google search.
    http://zetcode.com/db/mysqlcsharptutorial/
     
  5. abhishek20502025

    abhishek20502025

    Joined:
    May 19, 2015
    Posts:
    9
    is der any support of using sql feature in android in unity
     
  6. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    When someone asks how to use SQL from a game I always return with "Are you sure you need/want SQL in your game?"

    I say this because 99 out of 100 times the answer turns out to be 'no.

    Using a DB from a game is typically overkill and complicates things more that it's worth.

    What is it you're trying to achieve?

    EDIT: Sorry I just noticed I replied to a necro thread that was has just risen from the dead! Die you zombie die!!!!

    But the response is most likely still valid for abhishek20502025
     
  7. abhishek20502025

    abhishek20502025

    Joined:
    May 19, 2015
    Posts:
    9
    @larku ..... Yes i want to use SQLite for android in unity.....so my question was that whether or not this feature is provided in personal version of unity(5.0)

    Please let me know that...
     
  8. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
  9. abhishek20502025

    abhishek20502025

    Joined:
    May 19, 2015
    Posts:
    9
    @larku Thanks Buddy/.....;)