Hello experts.
i have a query like:
<cfquery name="artikel" datasource="#dsn#">
SELECT a.Art_ID,a.User_ID, a.Kat_ID,............
Output:
<input name="imageField3" type="image" class="imageFieldresult" id="imageField3" onClick="MM_openBrWindow('
Detailansi
cht.cfm?Ar
t_ID=<cfou
tput>#URLE
ncodedForm
at(WADAdbo
artikel.Ar
t_ID)#',''
,'')</cfou
tput>"src=
"images/<c
foutput>#W
ADAdboarti
kel.Photo1
#</cfoutpu
t>" align="right" width="60
" height="44" />
Now when i use the query :
SELECT a.Art_ID as AID,a.User_ID, a.Kat_ID,............
Ihave an error :Art_ID is undefined in artikel.
Any help?
Start Free Trial