PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > macromedia.dyna.html > Update Record page
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Update Record page

Réponse
 
LinkBack Outils de la discussion
Vieux 24/02/2008, 17h14   #1
Red_innocence666
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Update Record page

Hi,

I'm having real problems trying to build an Update Record page in Dreamweaver
CS3. I'm using Windows XP Pro, my PC as a testing Server, IIS and an Access
Database. I have a Search page, a Results page and an Update page. The search
page displays results OK in the Results page. Now I need to allow people to
select a record from the results page and update it in the Update page. I tried
to follow the instructions provided by Dreamweaver but I'm even more confused
than when I started! I'm really confused by the Filter options for the
Recordsets. Can anyone explain to me in English what to type into the 'Record
Update Form Wizard' and the recordsets on all 3 pages to make this thing work?
I will be so grateful for any , I really feel like throwing my laptop
against the wall!

Cheers,

Red :smile;

  Réponse avec citation
Vieux 24/02/2008, 17h58   #2
Ken Ford - *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Update Record page

The following are ColdFusion examples.

The search page would not have a recordset.

The results page should look something like this:

SELECT ARTISTID, FIRSTNAME, LASTNAME
FROM APP.ARTISTS
WHERE LASTNAME LIKE %#FORM.LASTNAME#%

The % are wildcards and the # are for ColdFusion.

The link to the update page would look like this:

<a href="update.cfm?ARTISTID=#rsResults.ARTISTID#">up date</a>

The update page would look something like this:

SELECT *
FROM APP.ARTISTS
WHERE ARTISTID = #URL.ARTISTID#

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"Red_innocence666" <webforumsuser@macromedia.com> wrote in message
news:fps54p$c84$1@forums.macromedia.com...
> Hi,
>
> I'm having real problems trying to build an Update Record page in
> Dreamweaver
> CS3. I'm using Windows XP Pro, my PC as a testing Server, IIS and an
> Access
> Database. I have a Search page, a Results page and an Update page. The
> search
> page displays results OK in the Results page. Now I need to allow people
> to
> select a record from the results page and update it in the Update page. I
> tried
> to follow the instructions provided by Dreamweaver but I'm even more
> confused
> than when I started! I'm really confused by the Filter options for the
> Recordsets. Can anyone explain to me in English what to type into the
> 'Record
> Update Form Wizard' and the recordsets on all 3 pages to make this thing
> work?
> I will be so grateful for any , I really feel like throwing my laptop
> against the wall!
>
> Cheers,
>
> Red :smile;
>


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h42.


Édité par : vBulletin® version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,07736 seconds with 10 queries