Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Memo Data Type

Status
Not open for further replies.

Steve95

MIS
Nov 3, 2004
265
US
Hi All

I am using CRXi and creating a report with sql backend. One of the fields is a memo data type which when put on the details section of CR nothing appearing. I have tried to convert to str and totext but no joy.

Does anyone know how to make this field appear?

Many Thanks in Advance
Jazz
 
I guess by SQL backend you mean SQL Server. SQL is a database language, not a database.

If you're certain that the field contains data, there may be a connectivity issue with ODBC, so a CAST or CONVERT in a SQL Expression might resolve this.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top