I've got a problem in fetching (SELECT-statement) data type ntext out of MS
SQL Server 7.0

As sonn as I include the 'ntext'-column in the SELECT-Staement: the
following happens:
 - Using 'ODBC': the apache writes into error log the message: FATAL: 
emalloc():  Unable to allocate 1073741824 bytes
 - Using 'mssql': the followig error message is displayed:
Warning: MS SQL message: ntext data cannot be sent to clients using
DB-Library (such as ISQL) or ODBC version 3.7 or earlier.

Any Idea, how I can fetch the 'ntext' column?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to