Glad it worked, using SELECT * is not the best thing to do as
far as
efficiency.
"CampHeato" <webforumsuser@macromedia.com> wrote in
message
news:f3hnqp$8hu$1@forums.macromedia.com...
>I found this Tech Note,
>
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb00153
after many
> hours of searching the web. To answer your question, the
NTEXT field is
> now
> last in the SQL connection, and that solved the problem.
The other
> alternative,
> so that I did not have to change select statements in
all of my queries,
> was to
> move the NTEXT field to the last in the table. That way,
the SELECT * will
> work.
>
> The Tech Note suggests a custom connection string, but I
have not tried
> that
> to see what impact that has.
>