Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #13.9K
Ranked #4K
~2K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for walkerst

How many records are you dealing with? Have you considered the "query of a query" route if there are not that many records returned.

Member Avatar for anuradhu
0
312
Member Avatar for fbalangue

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

Member Avatar for anuradhu
0
636
Member Avatar for senexom

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 …

Member Avatar for Shaun Hannah
0
173
Member Avatar for bugsferg

[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 …

Member Avatar for Torch7
0
171
Member Avatar for NewVBguy

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?

Member Avatar for jamba
0
169
Member Avatar for Walyer

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.

Member Avatar for Torch7
0
284

The End.