Question
cfquery
Newbie here - Recently downloaded CF8 and have been
successfully executing the dreamweaver tutorial (develop web
application) until down. Using DW8 and CF8 I have successfully
connected to my data base and created a correct record set which
when tested returns all records. Then executing it in a .cfm
program, trying to load the data into a table, i get only the first
record; i changed the order to desc and got only the last record..
following is the code.l.<cfquery name="players"
datasource="connsilvereagles">
SELECT *
FROM player
ORDER BY playernumber DESC</cfquery>
do not know what i have done wrong....any help extremely appreciated. thanks.
SELECT *
FROM player
ORDER BY playernumber DESC</cfquery>
do not know what i have done wrong....any help extremely appreciated. thanks.
