Ask a Question related to Coldfusion Database Access, Design and Development.
-
Tomdogggg #1
Selecting fixed amount of characters from a "memo" fieldin an access database
How would I do this? I don't care but preferably I would like to accomplish
this IN the query. But probably it will have to be done after the data has
come back. In that case, I would like to have a "..." placed after those 100
characters, is it possible? If so, how do I do it?
Thanks Thanks,
Tom
Tomdogggg Guest
-
Acrobat 8 hangs when selecting "Help" menu...
I'm running the latest (all updates as of today) version of Acrobat Pro and the latest version of OS X 10.5.4 on a Mac Pro. Whenever I move my mouse... -
Selecting multiple pages in Acrobat 7 "re-orders" them...
I submitted the following bug to Adobe just now. Has anyone else seen this? If so, is there a workaround? I'm going to take the affected computers... -
access database connection please help ".net"
i have made the connection using dreamweaver mx 2004 the database i s access 2003 and every thing is ok query connection but my problem is i want... -
Selecting a "region of interest" then building crops around this?
I want to select a "region of interest" in a photo (this is the must have bit of a photo) then run an action or script so photoshop will... -
Crash when Selecting "Fill" or "Stroke"
By the way, I am using Photoshop 6.0.1 on Windows ME. N. Blake -
cf_montare #2
Re: Selecting fixed amount of characters from a "memo"field in an access database
I'm pretty sure Access has a standard 'left' function like most databases...
<cfquery...>
select left(myMemoColumn, 100) as mySummary
from...
</cfquery>
cf_montare Guest
-
Tomdogggg #3
Re: Selecting fixed amount of characters from a "memo"field in an access database
Thanks for the help, I'm only about 6 months into coldfusion developing. A lot
of times, the biggest challenge is knowing when certain functions exist and
when you have to try to figure it out on your own.
Tomdogggg Guest
-
Mountain Lover #4
Re: Selecting fixed amount of characters from a "memo" field inan access database
If you have Access installed C:\Program Files\Microsoft
Office\Office\1033\JETSQL40.CHM gives you the Access JetSQL reference
The VB help comes in handy once in awhile as well!
HTH
--
Tim Carley
[url]www.recfusion.com[/url]
[email]info@NOSPAMINGrecfusion.com[/email]
Mountain Lover Guest



Reply With Quote

