Ask a Question related to Dreamweaver AppDev, Design and Development.
-
nordine5 #1
Recordset Problem with Access
I have created a log in page, which works and the information is routed to an
Access database; I have also created a confirm page which is supposed to tell
user the following:
========================================
Thank you (first name) (last name) for registering.
Your access details are as follows
Username: (username)
Password: as you entered
Click to login
=========================================
The problem is that everytime I try to register, the confirm page always shows
the first name, last name, and username of the first entry in the database, and
not the current person who registered.
Here is what I put on the confirm page in Dreamweaver, after creating a
Recordset.
====================================
Thank you {rsConfirm.myFirstName} {rsConfirm.myLastName} for registering.
Your access details are as follows
Username: {rsConfirm.myUsername}
Password: as you entered
=====================================
Thanks
nordine5 Guest
-
PHP Recordset Paging problem
I am trying to set up record paging using the simple <<Previous Next>> setup. However, when I click the Next>> link, it doesn't show the rest of the... -
Recordset problem
Hi, here is my situation, in an access database i have a field which has 4 possible values (they are 'none', '1-2', '3-4', '5ormore') i want to... -
Getting 0 recordset in MS Access Query
Hi, I'm trying to do a sql query on a date column, like this SELECT * FROM WHERE Call_Date = #04/01/2004# No errors in the statement, but 0... -
Unable to save recordset into an access database
Hi I am trying to make a page where i simply collect data from a form and update it in the database. i am useing a recodset to do the above. The... -
Bind Form to a disconnected RecordSet Access 2000
Is there any way to bind an Access form to a Disconnected recordset in AC2000, or am I stuck with using temp tables? Ron W -
twocans #2
Re: Recordset Problem with Access
this should be of some use. on inserting a record the proof page is filtered
by retrieving autonumber from the insert page.
[url]http://www.tom-muck.com/extensions/help/insertretrieve/[/url]
"nordine5" <webforumsuser@macromedia.com> wrote in message
news:d2qlad$i9m$1@forums.macromedia.com...>I have created a log in page, which works and the information is routed to
>an
> Access database; I have also created a confirm page which is supposed to
> tell
> user the following:
>
> ========================================
> Thank you (first name) (last name) for registering.
>
> Your access details are as follows
>
> Username: (username)
> Password: as you entered
>
> Click to login
> =========================================
>
> The problem is that everytime I try to register, the confirm page always
> shows
> the first name, last name, and username of the first entry in the
> database, and
> not the current person who registered.
>
> Here is what I put on the confirm page in Dreamweaver, after creating a
> Recordset.
>
> ====================================
> Thank you {rsConfirm.myFirstName} {rsConfirm.myLastName} for registering.
>
> Your access details are as follows
>
> Username: {rsConfirm.myUsername}
> Password: as you entered
> =====================================
>
> Thanks
>
twocans Guest



Reply With Quote

