Is there a "easy" way to use SQL Datatype BLOBS (Binary Large Objects) with CRecordsets, RFX, CEdit boxes, etc...
We have a table with a BLOB field, & the ClassWizard created a CRecordset-derived class with a CString field. Everything works, we can DDX (with CEdit or CRichEdit) & RFX alright, until the string is bigger than 256 characters. It is the RFX_FieldText that is the root of the problem.
Do I have to change the CString to something else & use a different RFX ?
NB: The SQL database is InterBase 6.0 & DOES unlimited length strings, before anyone questions it! Spencer Window (not a joke name)
We have a table with a BLOB field, & the ClassWizard created a CRecordset-derived class with a CString field. Everything works, we can DDX (with CEdit or CRichEdit) & RFX alright, until the string is bigger than 256 characters. It is the RFX_FieldText that is the root of the problem.
Do I have to change the CString to something else & use a different RFX ?
NB: The SQL database is InterBase 6.0 & DOES unlimited length strings, before anyone questions it! Spencer Window (not a joke name)