Ask a Question related to Coldfusion Database Access, Design and Development.
-
Jeremy Tan #1
Text Missing from cfquery
I have a query which return like 150 records, one of the field contain more
than 200 characters. When i try to display it, it only show up part of the text
from all the records. I did look at the data inside database, everything look
alright in there. Can someone help me please.
I am using
Access 2000,
CF4.5,
ODBC setup is allow long text and maximum text is 165000
Jeremy Tan Guest
-
Missing text
Hi all - bear with me on this - fairly new to Flash Why, when exporting my flah movie, the text is missing on both Mac and Linux machines? ... -
<cfquery> bug/missing function
Hi All, In the docs there are a few references to SQLParameters being a member of the new results structure. The docs say the use is something... -
Missing text in 3.0.1
I'm transitioning from PM to InDesign and have run into a problem with missing text. I'm doing a book of about 60 pages and after I started adding... -
Missing text sections in layout printed to plain text
Hi - I am printing out one long text inserted (pasted) in a textbox in one body section which spans multiple pages. Within this text (source... -
Missing text (flush right text block) upon export to pdf
I was aghast today to see and ad in the local paper (that I worked on and got client approval for) missing text at bottom of ad. I am using FH 10 in... -
Jeremy Tan #2
Re: Text Missing from cfquery
I found out that the cause is because of the group by and distinct in SQL. It
appear if i using DISTINCT or GROUP BY on long text, some text will be cut off
from the result.... does anyone know is there a limitation on that?
Jeremy Tan Guest
-
Tim Carley #3
Re: Text Missing from cfquery
If I remember correctly (it's been a while since I used 4.5 & Access)
255 characters is all that can be retreived when using distinct or group
by (performance issues). The work around is to run a separate query to
get the complete text. Sorry, I don't have a link to the M$ tech note handy.
HTH,
Tim
--
Tim Carley
[url]www.recfusion.com[/url]
[email]info@NOSPAMrecfusion.com[/email]
Tim Carley Guest
-
sosueme #4
Re: Text Missing from cfquery
Tim is correct, the limit is 255 characters in an Access text field. I got
around this, however, by changing the field type to meme, which allows
unlimited text in the Access field. It worked in 4.5 and is currently
displaying just fine using CF7. Good luck~
sosueme Guest



Reply With Quote

