02.10.2015, 09:11
Why are you freeing the result as you run the query? Wouldn't this mean you immediately erase all the data which the query pulls from the DB?
Or am I mis-understanding this?
edit:
nvm, that is from the update query...
but also noticed the string is wrong in:
Or am I mis-understanding this?
Code:
db_free_result(db_query(Database, Query));
nvm, that is from the update query...
but also noticed the string is wrong in:
Code:
db_get_field_assoc(Result2, "Owner", ParameterValue, 50); // change parameterValue to parametervalue2