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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table with Ntext field

Status
Not open for further replies.

ejo

Technical User
Apr 5, 2001
5
NO
How can I use CR 8.0 to report from a table that have a field that is Ntext? I use a SQL connection. When I tray to add a table I get a message saying:
"Unicode data in Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier"

Espen
 
I do not believe the native SQL server driver included with CR supports NTEXT. Try the ODBC driver for SQL Server. You will take a performance hit (slight), but this should solve your problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top