I create one application to retrieve data from database. It works well in side unity project and also after build as .exe file, but after build as web HTML it cannot retrieve data. Do I miss something? Please give some suggestion. Thanks in advanced!
Hi SeneyHsns
In Exe or standalone datatbase and your game in same system so it could acess database with any hassle, but when you publish game on Web Platform. Web browser doent direct access of system. so you need to chagne your database connection string to access database.
If you can share you current database connection string or method (like you use OLDEB, DSN or anything elseā¦) May I could help you little