Hello everyone,
I'm trying to connect my game to database not sure which one but that really doesn't matter now. My question is: Which is better way to connect to database? With C++ code directly or send POST requests to web server. I searched few days to connect to database with c++ code but I had no success. And now I'm thinking of making C# ASP.NET web server and send variables from the game to that server and from C# code save it in database. But I'm afraid that it will be quite slow... Any better ideas?
I'm trying to connect my game to database not sure which one but that really doesn't matter now. My question is: Which is better way to connect to database? With C++ code directly or send POST requests to web server. I searched few days to connect to database with c++ code but I had no success. And now I'm thinking of making C# ASP.NET web server and send variables from the game to that server and from C# code save it in database. But I'm afraid that it will be quite slow... Any better ideas?
Comment