Ask a Question related to Coldfusion Database Access, Design and Development.
-
Simon Dallmair #1
Re: Concatenate Fields to >255 chars
"Peter" <peter@somewhereontheinter.net> wrote in
news:cuds3o$b3d$1@forums.macromedia.com:
> Run in Access against the database this is fine, but when run from CF
> via an Access Datasource (CFMX) the results are truncated at 255chars.
>
> I guess this means that the resulting expression is being cast as
> varchar(255). Is there anyway to get CF to cast the result as a Memo
> field?
Hi Peter,
Are you using cfinsert/cfupdate - or a cfquery?
Look at cfqueryparam - this will allow you to update BLOBs with a Query. An
Access-Memo-Field is nothing else than a BLOB.
:-)
cu Simon
Simon Dallmair Guest
-
Concatenate fields with no values
I am running CF 5 with SQL Server 2000. I am looking to concatenate a person name, but not all names have a suffix or middle name. Sample SQL:... -
receiving ??? chars instead of "special" chars
Hello i have a strange problem i made a online catalogue and must submit orders to a remote server I need to connect to a remote webservice on ... -
Definite bug in director MX re accented chars in fields
On a Mac, if you type text with accented characters in MS Word and paste into a text member, it displays in windows 200 correctly. If you take the... -
Way to concatenate SWF?
I just need to stitch together a few SWF files without editing them. Is there a way to do this without having to get/install flash editing software? -
concatenate text fields
Does anyone know of a workaround to concatenate text fields???? thanks, jr



Reply With Quote

