I have an stmt using keyset driven mode.
It's very simple, as i need a field data i set the field pos and get the data using SQLGetdata()
No cursor stuff or parameter or bindcols whatsoever.
I would like to use THIS method to build an field update without SQL.
I tried SQLPutData but the field is not updated.
MSDN shows parameter stuff but i'm not so clever with this.
I don't want to use bindcol, except if there is no other way.