Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

fields greater than 255 chars

0 views
Skip to first unread message

Shahrouz Darvishzadeh

unread,
Mar 4, 1998, 3:00:00 AM3/4/98
to

Can anybody help me:

how can i display text-fields greater than 255 (MS SQL server) with
developer studio(1.0)?


Shahrouz DARVISHZADEH


BDM User

unread,
Mar 5, 1998, 3:00:00 AM3/5/98
to

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.

0 new messages