Reading data with SQLx
How can I read data from a particular column with SQLx (the query returns only one row) ?
|
Re: Reading data with SQLx
SQL_ReadResult(query,col)
|
Re: Reading data with SQLx
I've tried this already :
new Data Data = SQL_ReadResult(Query, 0) server_print("Value: %s",Data) It prints out integers (%d) but I don't know how to do this for strings %s is for strings in amxmodx, right ? |
Re: Reading data with SQLx
PHP Code:
|
Re: Reading data with SQLx
It works. Thanks .
|
| All times are GMT -4. The time now is 21:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.