Question
Help for a newbie : cfquery return the SQL Statement as text
Hi All,
After installing Coldfusion ( build in web server) and Oracle database 10g express edition
i am trying to do some basic test on how to query table data using coldfusion datasource name.
I have been successfully able to create a DSN = ORA1 with status OK.
when i tried to print out the data using coldfusion code :
<cfquery datasource="ORA1">
select * from ROGRAM ;
</cfquery>
when i run the above code i got the follwwing on the browserr:
select * from ROGRAM ;
any help on that will be appreciated.
thanks