Ask a Question related to Coldfusion Database Access, Design and Development.
-
stuart1231 #1
Is there a better way to use coldfusion to accesswebpages?
i currently am developing a website which uses coldfusion to access information
from an MS access database
I have put all the articles under a table in the database, e.g. within
<body></body>
so all info is e.g.<h1>Heading</H2>
Then coldfusion will call those pages when needed,
But they are stored in memo fields so if i want to edit the pages i have to
copy the memo field into dreamweaver then edit it and past the code back.
Which seems to much of a hastle and i doubt people would do the same, surely
there is a better way to store a whole article in a database which means i
could see what is actually on it? and edit ands add the layout?
Any help would be great!
Stu
stuart1231 Guest
-
coldfusion-out.log
Hi everyone, I checked tones of topics about the increase of the size of coldfusion-out.log. And I get no answer. Aparrently there is no... -
Running ColdFusion 5.0 and ColdFusion 6.1 concurrently
Hi, this is my first post on this forum, I have tried looking but could not find a post that discussed my problem. I am wondering if it is possible... -
How to call a coldfusion function defined in other coldfusion file??
inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ... -
coldfusion cms
Hi: If i want to use a coldfusion based cms (content management system) which one is the best choice? Thanks Benign -
Com+ and Coldfusion 7.1
I have some DLL's (they sit server side) that were developed in VB 6 and are registered as Com objects with windows XP. How can i access those and... -
jdeline #2
Re: Is there a better way to use coldfusion to accesswebpages?
There are a number of ways to do this. One way is to build a form that pulls
all article titles from the database and displays each one next to a radio
button. Select an article button and click "submit". The action page would
retrieve the entire record for the selected title and displays the message
body, creation date, author, etc. in form fields.
You can now edit any displayed field, click the "submit" button and update the
database. A variation of this approach can be used to create a new article.
jdeline Guest
-
stuart1231 #3
Re: Is there a better way to use coldfusion to accesswebpages?
ahh ill try that!!
How are pages usually updated, created and stored on a website.
I understand with titles and fields
but having large text and floating image, and links which will not always be
in the same place. How do people normally do it?
stuart1231 Guest
-
cfmlgirl #4
Re: Is there a better way to use coldfusion to accesswebpages?
maybe it would be a good idea for you to read this tutorial:
[url]http://webmonkey.wired.com/webmonkey/programming/coldfusion/tutorials/tutorial2.html[/url]
cfmlgirl Guest



Reply With Quote

