Skip to main content
Participant
October 10, 2006
Question

Form Properties..

  • October 10, 2006
  • 5 replies
  • 355 views
Hai everyone, I need some help, i created a recordset after i had made a database ( where people store their information into the database-which is more familiar, people call it insert record. The problem is, when i create the record set, how do i create a username and password so i can retrieve the information that i have key in into the database. I did used the Server Behaviour where it provides 'User Authentication' but it actually does not help. It cannot retreive the data from the database. Then when i used 'form properties', I managed to retreive the data that i stored into the database before , but it use only 1 text field to recall or retrieve these data . How do i use 2 text field to recall the stored data?...using Form Properties?.Example USERNAME & PASSWORD so i can directly retrieve the stored data.. Im using Microsoft Access as a database..and Dreamweaver MX2004 to develop something...
This topic has been closed for replies.

5 replies

Inspiring
October 12, 2006
Shahwiran wrote:

> Sorry to Murray nad Buzby for repeating this question before,
> The server technology that im using is Javascript ( ASP), while the
> data base is Microsoft Access database.. and im using Dreamweaver MX
> to build this application. Thanks so much to Buzby for helping me
> out, but I tried the method u gave me,, but i doesnt work, maybe
> becoz im using Javascript???? im building my application using
> Dreamweaver MX..

Read it again and get your head around the principles of how it works.

In essence you're sifting through the recordset to see if the user and
password match any records.

If they do something is done (ie: session variables issued to allow you
into the site - see securing pages)

Otherwise you're chucked out.

I've not done this in Javascript but the principles are exactly the
same.

--
Buzby
There's nothing more dangerous than a resourceful idiot
Inspiring
October 12, 2006
Why are you using Javascript/VBScript? That's pretty unusual.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Shahwiran" <webforumsuser@macromedia.com> wrote in message
news:egk6d0$r57$1@forums.macromedia.com...
> Sorry to Murray nad Buzby for repeating this question before,
> The server technology that im using is Javascript ( ASP), while the data
> base
> is Microsoft Access database.. and im using Dreamweaver MX to build this
> application. Thanks so much to Buzby for helping me out, but I tried the
> method
> u gave me,, but i doesnt work, maybe becoz im using Javascript???? im
> building
> my application using Dreamweaver MX..
>


ShahwiranAuthor
Participant
October 12, 2006
Sorry to Murray nad Buzby for repeating this question before,
The server technology that im using is Javascript ( ASP), while the data base is Microsoft Access database.. and im using Dreamweaver MX to build this application. Thanks so much to Buzby for helping me out, but I tried the method u gave me,, but i doesnt work, maybe becoz im using Javascript???? im building my application using Dreamweaver MX..
Inspiring
October 11, 2006
Shahwiran wrote:

> Hai everyone, I need some help, i created a recordset after i had
> made a database ( where people store their information into the
> database-which is more familiar, people call it insert record. The
> problem is, when i create the record set, how do i create a username
> and password so i can retrieve the information that i have key in
> into the database. I did used the Server Behaviour where it provides
> 'User Authentication' but it actually does not help. It cannot
> retreive the data from the database. Then when i used 'form
> properties', I managed to retreive the data that i stored into the
> database before , but it use only 1 text field to recall or retrieve
> these data . How do i use 2 text field to recall the stored
> data?...using Form Properties?.Example USERNAME & PASSWORD so i can
> directly retrieve the stored data.. Im using Microsoft Access as a
> database..and Dreamweaver MX2004 to develop something...

If I understand correctly this is what you're after.

Old tut from the days of Ultradev - the principles remain the same -
read and understand ;-)

An excellent tutorial in asp / vbscript

http://www.askhiran.com/udtutorials/login/tutorial.asp

--
Buzby
There's nothing more dangerous than a resourceful idiot
Inspiring
October 10, 2006
Please stop reposting this question. You have asked it more than once on
two separate forums. Just post and be patient.

Tell us what server model you are using (ASP, .Net, CF, PHP) and what
database you are using (ACCESS, MySQL, etc.).

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Shahwiran" <webforumsuser@macromedia.com> wrote in message
news:egfjr5$5ad$1@forums.macromedia.com...
> Hai everyone, I need some help, i created a recordset after i had made a
> database ( where people store their information into the database-which is
> more
> familiar, people call it insert record. The problem is, when i create the
> record set, how do i create a username and password so i can retrieve the
> information that i have key in into the database. I did used the Server
> Behaviour where it provides 'User Authentication' but it actually does not
> help. It cannot retreive the data from the database. Then when i used
> 'form
> properties', I managed to retreive the data that i stored into the
> database
> before , but it use only 1 text field to recall or retrieve these data .
> How do
> i use 2 text field to recall the stored data?...using Form
> Properties?.Example
> USERNAME & PASSWORD so i can directly retrieve the stored data.. Im using
> Microsoft Access as a database..and Dreamweaver MX2004 to develop
> something...
>