Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
html table out of db table using CF
Name: brds Date: June 20, 2007 at 13:06:25 Pacific OS: windows xp pro CPU/Ram: 2gb Product: dell gx620
Comment:
I'm using coldfusion to manage my oracle databases for a work project. I've come to a point where i need to make an html table out of the db table. Normally, i would use the mysql array fetch command in php to do it, but my intranet at work doesn't support .php files... for this reason, i would like to know how to make ColdFusion display a table that displays the contents of my database, row by row.
Name: jefro Date: June 20, 2007 at 18:12:04 Pacific
Reply:
Use dreamweaver if you want easy. See adobe site for all coldfusion documentation and see also how to do it in dreamweaver. It will give you clues to how to code it by hand. I know I either saw the flash tutorial on that at adobe or by using the help on dreamweaver.
I read it wrong and answer it wrong too. So get off my case you goober.
0
Response Number 2
Name: brds Date: June 20, 2007 at 20:04:45 Pacific
Reply:
i've been using dreamweaver... thanks for the tip though i guess
Summary: i have a bunch of files on an internal work server that my customer wants to see. however, said customer is picky and does not want to pick files from a windows directory format. any one know how i c...
Summary: Hi im making a web layout but I need some help on the html tables like on this site I can make the tables on the left section, but after that I don't understand how to add a new table in the center u...
Summary: I'm gong to follow your advice and do it your way by breaking in and out of <?php....?>. I used the same method while I was learning until I read about the heredoc construct. This was helpful dis...