Just tried LCmySQL and it is working fine. Do you want me to make a video tutorial how to setup a database on MySQL, insert a player and then have it displayed inside GameStudio engine window?

Some things that come to mind are:

#1 Your MySQL Database server doesn't allow remote connections
#2 You have entered wrong credentials for the connection*
#3 While running from SED/VC you have blocked the application by firewall

* On my remote host (a7-files.nixip.com) a username becomes nixipcom_username

Use this Code:
mySQL_Connectdb("nixipcom_gsa7db","67.159.44.57","nixipcom_pip","SGz9QeRi5");

inside demo.c for testing remote connections with the LCmySQL.dll and when the application is loaded hit "SPACEBAR" to activate login. Enter for both username and password: demo

This will be available until someone cripple the database. I could use Cron to create anew, but its on my previous host so I not really use their services anymore and this allows you to test the LCmySQL.dll engine extension.


smile