Hi all

I have a CRecordset derived class, with some string fields which correspond to non-nullable columns in the database. Unfortunately, it seems that ODBC converts empty strings to null, so my updates fail if I have empty strings. I can't change the database or data. Any suggestions?

Thanks in advance

R