PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage FP Database Wizzard

Reply

FP Database Wizzard

 
Thread Tools Rate Thread
Old 15-07-2004, 12:39 AM   #1
Dennis
Guest
 
Posts: n/a
Default FP Database Wizzard


Hi,

I am working on a site that I want to use a database (mdb) with . I have
never used the database results wizard in FP03 as I usually leave that stuff
to my programmer to sort out. But it is about time I wet my feet and started
using it.

I am not sure what FP can handle so I though it would be prudent to ask here
first. So I want the site to:

1) Allow for a user to log in (be redirected to another page) if their name
and password are stored and matched in a table. I would like to give them a
session cookie after that so they can visit otherwise inaccessible pages in
the site.

2) Allow for a new user to register through a page that allows them to enter
their own user name and password and enter details relating to their address
and work experience.

The database is split into three tables: User ID, Address, and Ambitions.

Should it all be straight forward in FP or could there be some serious
problems with what a want. No point starting if it's not going to work.

Cheers






  Reply With Quote
Old 15-07-2004, 04:56 AM   #2
Jim Buyens
Guest
 
Posts: n/a
Default re: FP Database Wizzard

Howdy.

FrontPage doesn't have these kinds of capabilities built
in. You would have to program it yourself (in ASP or
ASP.NET, for example) or find a third-party solution.

If you want to try programming this yourself, you can get
sample code from the CD that domes with Microsoft Office
FrontPage 2003 Inside Out.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------



>-----Original Message-----
>Hi,
>
>I am working on a site that I want to use a database

(mdb) with . I have
>never used the database results wizard in FP03 as I

usually leave that stuff
>to my programmer to sort out. But it is about time I wet

my feet and started
>using it.
>
>I am not sure what FP can handle so I though it would be

prudent to ask here
>first. So I want the site to:
>
>1) Allow for a user to log in (be redirected to another

page) if their name
>and password are stored and matched in a table. I would

like to give them a
>session cookie after that so they can visit otherwise

inaccessible pages in
>the site.
>
>2) Allow for a new user to register through a page that

allows them to enter
>their own user name and password and enter details

relating to their address
>and work experience.
>
>The database is split into three tables: User ID,

Address, and Ambitions.
>
>Should it all be straight forward in FP or could there

be some serious
>problems with what a want. No point starting if it's not

going to work.
>
>Cheers
>
>
>
>
>
>
>.
>

  Reply With Quote
Old 15-07-2004, 09:43 AM   #3
Andrew Murray
Guest
 
Posts: n/a
Default Re: FP Database Wizzard

to both 1) and 2) as you've said - let your programmer handle - frontpage cannot
do these just with the "wizards" it offers.


"Dennis" <*NoSpam*impactweb@paradise.net.nz> wrote in message
news:jnkJc.8301$NA1.775021@news02.tsnz.net...
> Hi,
>
> I am working on a site that I want to use a database (mdb) with . I have
> never used the database results wizard in FP03 as I usually leave that stuff
> to my programmer to sort out. But it is about time I wet my feet and started
> using it.
>
> I am not sure what FP can handle so I though it would be prudent to ask here
> first. So I want the site to:
>
> 1) Allow for a user to log in (be redirected to another page) if their name
> and password are stored and matched in a table. I would like to give them a
> session cookie after that so they can visit otherwise inaccessible pages in
> the site.
>
> 2) Allow for a new user to register through a page that allows them to enter
> their own user name and password and enter details relating to their address
> and work experience.
>
> The database is split into three tables: User ID, Address, and Ambitions.
>
> Should it all be straight forward in FP or could there be some serious
> problems with what a want. No point starting if it's not going to work.
>
> Cheers
>
>
>
>
>
>



  Reply With Quote
Old 15-07-2004, 10:06 AM   #4
Dennis
Guest
 
Posts: n/a
Default Re: FP Database Wizzard

Yeah Jim, I have been wanting to buy your book for a while, since I decided
to continue using FP03 (dreamweaver has its issues too) but haven't seen it
in the shops here. I may just have to order one from Amazon.

Cheers

"Jim Buyens" <news@interlacken.com> wrote in message
news:2c8f601c46a28$07ca21a0$a601280a@phx.gbl...
> Howdy.
>
> FrontPage doesn't have these kinds of capabilities built
> in. You would have to program it yourself (in ASP or
> ASP.NET, for example) or find a third-party solution.
>
> If you want to try programming this yourself, you can get
> sample code from the CD that domes with Microsoft Office
> FrontPage 2003 Inside Out.
>
> Jim Buyens
> Microsoft FrontPage MVP
> http://www.interlacken.com
> Author of:
> *----------------------------------------------------
> |\---------------------------------------------------
> || Microsoft Office FrontPage 2003 Inside Out
> ||---------------------------------------------------
> || Web Database Development Step by Step .NET Edition
> || Microsoft FrontPage Version 2002 Inside Out
> || Faster Smarter Beginning Programming
> || (All from Microsoft Press)
> |/---------------------------------------------------
> *----------------------------------------------------
>
>
>
> >-----Original Message-----
> >Hi,
> >
> >I am working on a site that I want to use a database

> (mdb) with . I have
> >never used the database results wizard in FP03 as I

> usually leave that stuff
> >to my programmer to sort out. But it is about time I wet

> my feet and started
> >using it.
> >
> >I am not sure what FP can handle so I though it would be

> prudent to ask here
> >first. So I want the site to:
> >
> >1) Allow for a user to log in (be redirected to another

> page) if their name
> >and password are stored and matched in a table. I would

> like to give them a
> >session cookie after that so they can visit otherwise

> inaccessible pages in
> >the site.
> >
> >2) Allow for a new user to register through a page that

> allows them to enter
> >their own user name and password and enter details

> relating to their address
> >and work experience.
> >
> >The database is split into three tables: User ID,

> Address, and Ambitions.
> >
> >Should it all be straight forward in FP or could there

> be some serious
> >problems with what a want. No point starting if it's not

> going to work.
> >
> >Cheers
> >
> >
> >
> >
> >
> >
> >.
> >



  Reply With Quote
Old 15-07-2004, 10:08 AM   #5
Dennis
Guest
 
Posts: n/a
Default Re: FP Database Wizzard

Thanks for that. At least I didn't spend heaps of time trying to get FP to
do what it can't. I'll get my programmer to help me out with a asp.net
solution.


"Andrew Murray" <SPAMadBUSTERmurray@iinet.net.au> wrote in message
news:40f651b1$0$1296$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> to both 1) and 2) as you've said - let your programmer handle - frontpage

cannot
> do these just with the "wizards" it offers.
>
>
> "Dennis" <*NoSpam*impactweb@paradise.net.nz> wrote in message
> news:jnkJc.8301$NA1.775021@news02.tsnz.net...
> > Hi,
> >
> > I am working on a site that I want to use a database (mdb) with . I have
> > never used the database results wizard in FP03 as I usually leave that

stuff
> > to my programmer to sort out. But it is about time I wet my feet and

started
> > using it.
> >
> > I am not sure what FP can handle so I though it would be prudent to ask

here
> > first. So I want the site to:
> >
> > 1) Allow for a user to log in (be redirected to another page) if their

name
> > and password are stored and matched in a table. I would like to give

them a
> > session cookie after that so they can visit otherwise inaccessible pages

in
> > the site.
> >
> > 2) Allow for a new user to register through a page that allows them to

enter
> > their own user name and password and enter details relating to their

address
> > and work experience.
> >
> > The database is split into three tables: User ID, Address, and

Ambitions.
> >
> > Should it all be straight forward in FP or could there be some serious
> > problems with what a want. No point starting if it's not going to work.
> >
> > Cheers
> >
> >
> >
> >
> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off