Regarding free at muktimedia dot com's problem.
We found a simple solution, just cast the text as ntext in your SQL statement.
SELECT cast ( field_name AS NTEXT ) AS field_name
Mark J Rubin
Regarding free at muktimedia dot com's problem.
We found a simple solution, just cast the text as ntext in your SQL statement.
SELECT cast ( field_name AS NTEXT ) AS field_name
Mark J Rubin