how can i display text-fields greater than 255 (MS SQL server) with
developer studio(1.0)?
Shahrouz DARVISHZADEH
If you are using a recordset then you need to change the default
behavior in the DoFieldExchange function:
RFX_Text(pFX, "a.remarks", m_remarks, REMARKS_LEN, SQL_LONGVARCHAR);
where REMARKS_LEN is the length of the long field you are retrieving.
Hope this is what you were looking for.
Vicki Herman
vhe...@bdm.com
BDM International, Inc.