|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Memo field cut off in query results
hey there. i have a simple query running on a table with a memo field in it, but when i output the results the memo field gets cut off at 31 characters. weird eh? if i query this though:
SELECT *,Mid(answer,1,Len(answer)) AS answerLong FROM answers answerLong outputs as the full string. anyone encountered this before? |
|
#2
|
||||
|
||||
|
That is weird, normally it cuts off at a number like 65535 chars.
What database are you using?
__________________
Cooking Forums Last edited by Noodles23 : April 13th, 2006 at 07:48 PM. |
|
#3
|
|||
|
|||
|
using an access db. nothing different about it. so strange...
|
|
#4
|
||||
|
||||
|
Are all other data types ok or is it just memo?
Are you using a datasource or connection string? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Memo field cut off in query results |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|