Question about SQLx
I have a little problem with sql plugin (using <sqlx>)
My situation: new Handle:query=SQL_PrepareQuery(sqlx,"Select `column1` from `db` where `column1`='111') My Problem:if there is no query that contains 111(for example) i will get this: Code:
L 09/30/2008 - 20:25:38: [MySQL] No result set in this query!Or what format of query request i should user? thnx. |
Re: Question about SQLx
what i can see from your error message:
you donīt check if you got a result before you read the result. see: http://http://www.amxmodx.org/funcwi...o=func&id=1103 http://www.amxmodx.org/funcwiki.php?go=func&id=1108 what you show me from your code is not enough to say something. |
Re: Question about SQLx
Quote:
PHP Code:
Quote:
Please, if not hard, can you give me a correct part of code with it? |
Re: Question about SQLx
|
Re: Question about SQLx
PHP Code:
|
Re: Question about SQLx
big thnx, works :)
|
| All times are GMT -4. The time now is 03:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.