You didn't really understand my problem
I guess. I am not doing
a distinct on the memo field.
But on another field. This works well.
But if I am doing s.th. like:
<CFQUERY name="CollectArtikel_1" DATASOURCE="something">
SELECT distinct ArtikelNum
FROM dbo.Artikeltext
</CFQUERY>
When I want to output The field "beschreibung"
I get an error, because it is not included
in the select, so how can I addditionally include
this memo field ?
Uwe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

