No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
How many records are you dealing with? Have you considered the "query of a query" route if there are not that many records returned.
What is your issue specifically? What error do you get or not get? One issue could be access way of formatting the Date: Try Removing the mm/dd/yy mask
I have to disagree with the windows observation, I ran 3 pretty high traffic webservers on WIN2K, and ColdFusion... I never had any issues with ColdFusion...The JVM gives can be a bit of a memory hog... but If you have atleast a Gig of Ram on the webserver you should …
[QUOTE=bugsferg]i have a table with data that i am trying to display with 4 td's and then create a new row. i will eventually set the row limit, but for now this is what i have: <cfquery name="get_stuff" datasource="#dsn#"> SELECT * FROM item WHERE item_type_id = 1 ORDER BY item_name …
Sound like the ColdFusion administrator cannot locate the java files on your system. Is this a developers version of ColdFusion? What OS are you running ColdFusion on? Do you know if a Java Virtual Machine is installed on your system?
Also if you wanted to combine both fields to one search you can do <cfif> statements within the query to check for values other than blank. You can then give searches based on Artist and Title, to give more accurate results.
The End.
Torch7