View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 10-28-2021 , 20:45   Re: Doesn't SQL_ReadResult support UTF8?
Reply With Quote #12

But that's just getting the column number when you give it the column name, not reading the column value.

So a table with columns : a, b, c

SQL_FieldNameToNum( query , "a" ) would return 0 , b = 1 , etc.
__________________
Bugsy is offline