Error that seems to be popping up a lot & no-one has posted a fix..
Here's the error message;
Code:
[DatabaseClient.getString] >> Object reference not set to an instance of an object. (^^SELECT name FROM users WHERE id = 'the id'^^)
The id seems to be 7 originally but when I add a user with id 7 I get the id 16.
Piece of code from server;
Code:
string userName = dbClient.getString("SELECT name FROM users WHERE id = '" + userID + "'");
So does anyone know of a fix for this? If so could you post it?
