x


connect to the sql database

I need to connect to the sql database in unity3d,but can not find the fully information. i hope the company can provide the package,so we can use it.thang you.

more ▼

asked Nov 23 '09 at 01:22 PM

yq li gravatar image

yq li
26 1 2 3

Which database specifically do you want to connect to? And: In what environment do you want to access the database? Unless you're in a "safe environment" (e.g. local network, authoritative server that sits next to the database etc.) you probably don't want a direct (Internet) network connection to a database server.

Nov 26 '09 at 09:04 PM jashan
(comments are locked)
10|3000 characters needed characters left

7 answers: sort oldest
more ▼

answered Feb 10 '11 at 11:30 PM

Daniel 15 gravatar image

Daniel 15
31

(comments are locked)
10|3000 characters needed characters left

A really dedicated solution as local data storage for your games is Siaqodb see more info here:http://siaqodb.com/?p=482

  • easy to use, very simple API
  • works on all platforms: PC, Mac, iOS, Android
  • works for all Unity3D editions(not needed Pro edition)
  • no SQL knowledge needed
  • 100% managed code
  • small footprint

Just put a siaqodb.dll in your scripts folder and GO!, no extra configuration, no nightmares with unmanaged references

more ▼

answered Jul 19 '11 at 08:25 PM

cristoph1 gravatar image

cristoph1
4 1

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x241

asked: Nov 23 '09 at 01:22 PM

Seen: 25203 times

Last Updated: Feb 14 at 09:31 AM