Hello!
I have some question when I develop the programs under the freetds,
I want to know how to bind a lot of columns to variables.
For example, I used the SQL like:¡±select * from TestDB;¡±, I don¡¯
t know how many columns in the result set, so I want use for() to bind the
data, how can I do it?