Problems with SQLx Query...
Well, meh function is like this:
Code:
What's wrong with it? Oh, and meh plugin_init is: Code:
|
Re: Problems with SQLx Query...
Here is your problem.
Code:
It's SELECT * job |
Re: Problems with SQLx Query...
What does the * do?
|
Re: Problems with SQLx Query...
Code:
You have two SQL_Execute here too. You should remove one of them. Code:
SELECT * FROM ...Code:
SELECT `job` FROM ...Don't use SELECT * job. I believe that incorrect. Other than that I do not see anything wrong with the code or the row for that steamid does not exist |
Re: Problems with SQLx Query...
Would SELECT * FROM tablename WHERE blah='blah'
Give you all of the columns, or would it give you all of the columns except for blah? |
Re: Problems with SQLx Query...
bleh, you're right, it's not SELECT * job, I kinda jumped the gun on that one.
@bad_bud, that would give you the columns in which the blah column is equal to "blah" |
| All times are GMT -4. The time now is 22:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.