Forums
This topic is locked
Data passing
Posted 14 Dec 2004 05:04:23
1
has voted
14 Dec 2004 05:04:23 Chris Trace posted:
hello all have a problem - am passing data from an input form to a sql database with an autonumber field - that works ok but then - on the next page i would like the data retrieved from the form PLUS the autonumber field - can this be done main problem is ensuring that the data returned on the next page corresponds directly to the inputted data - i tried using a filter on form input however because the autonumber is generated upon submission tot he database the filter returns always the first table entry not the data inputted one - is there a way around this any help would be greatly appreciated Replies
Replied 14 Dec 2004 18:29:17
14 Dec 2004 18:29:17 Dave Thomas replied:
www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=4409
there ya go <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
exactly what it says on the tin
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]
there ya go <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
exactly what it says on the tin
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]
Replied 14 Dec 2004 18:42:47
14 Dec 2004 18:42:47 Chris Trace replied:
Dave,
Thanks for the reply - this is great for msoft access databases.
I found this one for php myswl apps which I have just finished deploying and works like a charm.
www.tom-muck.com/index.cfm
cheers
Chris
Thanks for the reply - this is great for msoft access databases.
I found this one for php myswl apps which I have just finished deploying and works like a charm.
www.tom-muck.com/index.cfm
cheers
Chris
Replied 14 Dec 2004 18:52:48
14 Dec 2004 18:52:48 Dave Thomas replied:
sorry dude, didnt notice the access db bit <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle>
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]
Replied 15 Dec 2004 10:15:00
15 Dec 2004 10:15:00 Lee Diggins replied:
Replied 15 Dec 2004 12:57:33
15 Dec 2004 12:57:33 Chris Trace replied:
issue solved - thanks for help