CRecordset ? DoFieldExchange ??
-
Hi , I am having problem when I assign a string more than 255 characters to a CRecordset memeber like (m_Result is a CString) Res->m_Result=str1; (str1 is more than 255 characters) UpDate(); and I get a exception "Debug Assertion Failed , DBFRX line 287 ". Is there any other way of setting string more than 255 characters using CRecordset->Update() ??? Thanks, ZINC
-
Hi , I am having problem when I assign a string more than 255 characters to a CRecordset memeber like (m_Result is a CString) Res->m_Result=str1; (str1 is more than 255 characters) UpDate(); and I get a exception "Debug Assertion Failed , DBFRX line 287 ". Is there any other way of setting string more than 255 characters using CRecordset->Update() ??? Thanks, ZINC
What type/size of field in your table is
m_Result
tied to?
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli
-
What type/size of field in your table is
m_Result
tied to?
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli
-
zinc_z wrote:
...and field is of ntext type
Not sure how 'ntext' compares to 'text' but how large is the field?
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli
-
What type/size of field in your table is
m_Result
tied to?
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli
-
You have already indicated that
m_Result
is aCString
object. My question was about the field in the database.
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli
-
You have already indicated that
m_Result
is aCString
object. My question was about the field in the database.
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli