I have a MySQL query that returns a result with a single column of integers. Is there a way to get the MySQL API to pass this as integers, and not as ASCII text? In this regard, there is a way to force MySQL to execute / any / API material other than ASCII text. I think this will save a little time in sprintf / sscanf or whatever else is used, as well as in the bandwidth.
source share