In my application,I use SQLBindCol to retrive the information, however
I found that in one table there is a varchar(10) column,
if the buffer size specified in the SQLBindCol is also ten,and the
buffer is ten length, then the result will be turned into 9.If the
buffer size specified as 11, then the result will be ok.
Does anyone explane for this?
I found that in one table there is a varchar(10) column,
if the buffer size specified in the SQLBindCol is also ten,and the
buffer is ten length, then the result will be turned into 9.If the
buffer size specified as 11, then the result will be ok.
Does anyone explane for this?
Comment