User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 392,233 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,248 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 3 of 3
Search took 0.01 seconds.
Posts Made By: WrkrAnt
Forum: ColdFusion May 26th, 2005
Replies: 7
Views: 5,392
Posted By WrkrAnt
Re: Need help with ColdFusion multipages

Here's one way (from CFMX manual, pages 468-469):

<CFQUERY DATASOURCE="your_db" NAME="GetLinks">
SELECT link, link_ID FROM your_table
</CFQUERY>
<cfparam NAME ="MaxRows" default="10">
<cfparam...
Forum: ColdFusion May 26th, 2005
Replies: 5
Views: 7,974
Posted By WrkrAnt
Re: want to upload images to access db from ColdFusion

If the details table has a primary key, include it as the foreign key in your images table for every image record for that particular house. The form will update the images table with this value and...
Forum: ColdFusion May 26th, 2005
Replies: 6
Views: 6,267
Posted By WrkrAnt
Re: Go to next record

1. Here's one way (from CFMX manual, pages 468-469):

<CFQUERY DATASOURCE="your_db" NAME="GetUser_ID">
SELECT username, user_ID FROM users
</CFQUERY>
<cfparam NAME ="MaxRows"...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 5:44 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC