how to connect to a sql database

i need a online highscore in my game. i have website and domain but how to i connect to my sql database with unity javascript?

This might help:

http://answers.unity3d.com/questions/3560/how-can-i-send-and-receive-data-to-and-from-a-url-i-e-server-side-scripts-web

I think the typical method is to send data to/from a website on your server, where that page would use server-side scripts to read/write to the database.

http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores

ty for answaring that fast:smile: