View Single Post
peaces
Junior Member
Join Date: May 2008
Old 10-28-2021 , 01:53   Re: Doesn't SQL_ReadResult support UTF8?
Reply With Quote #11

Solution found, not tested
Code:
SQL_FieldNameToNum
Returns the number of a named column, or -1 if not found.

native SQL_FieldNameToNum(Handle:query, const name[]);
peaces is offline