|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
<cfoutput> limitation??
I have a large text field that I am storing in a SQL database and when I try to display it using <cfoutput> tag, it is being truncated.
Is there a limit to the number of characters that can be displayed? If so, is there a way around this limitation? Thanks. |
|
#2
|
|||
|
|||
|
I don't think so. Try looking at the data source connection settings and confirm that all the settings are enabled to allow long text selection, etc. An easy way to check is to dump the query before you output it and check that the text is actually truncated in the query itself.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
Thanks for your quick response. You nailed it.
The problem was a setting in Cold Fusion Administrator ODBC Data Source area called "Long Text Retrieval Settings". When this setting is checked, it allows all characters to be returned. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > <cfoutput> limitation?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|