PC Review


Reply
Thread Tools Rate Thread

Connecting form to a database?

 
 
=?Utf-8?B?VGVjaG1hbg==?=
Guest
Posts: n/a
 
      4th Oct 2007
Dear Friends,

I am working in Frontpage 2002, where I created a website using one of the
default templates which is "Personal Web" , now there is a feedback form
there which inserts its results to a text file but I want it to insert its
results to a database file.

With the help of frontpage I created a database and made its connection with
this form and this form is an htm file, but frontpage is also prompting me to
change its extention from htm to asp, so I changed it but when I viewed it in
the browswer, it showed nothing but html or java scripts and not my original
form.

Now my question is whether the form should remain in htm format or not or if
its in htm format will it insert its results into a database file.

I am gonna host this website on a asp and frontpage extention enabled server.

How can I achieve also this ?
 
Reply With Quote
 
 
 
 
Andrew Murray
Guest
Posts: n/a
 
      5th Oct 2007
You have to view ASP pages on a web server; publlish the pages, and view the
site in your browser.

"Techman" <(E-Mail Removed)> wrote in message
news:E15474E7-76D3-498A-A8C5-(E-Mail Removed)...
> Dear Friends,
>
> I am working in Frontpage 2002, where I created a website using one of the
> default templates which is "Personal Web" , now there is a feedback form
> there which inserts its results to a text file but I want it to insert its
> results to a database file.
>
> With the help of frontpage I created a database and made its connection
> with
> this form and this form is an htm file, but frontpage is also prompting me
> to
> change its extention from htm to asp, so I changed it but when I viewed it
> in
> the browswer, it showed nothing but html or java scripts and not my
> original
> form.
>
> Now my question is whether the form should remain in htm format or not or
> if
> its in htm format will it insert its results into a database file.
>
> I am gonna host this website on a asp and frontpage extention enabled
> server.
>
> How can I achieve also this ?



 
Reply With Quote
 
=?Utf-8?B?VGVjaG1hbg==?=
Guest
Posts: n/a
 
      5th Oct 2007
Thanks for your help.
the original page is written in html but frontpage is prompting me to change
its extention to asp. Is it ok if I just change its extention will it put the
records into the database file?

"Andrew Murray" wrote:

> You have to view ASP pages on a web server; publlish the pages, and view the
> site in your browser.
>
> "Techman" <(E-Mail Removed)> wrote in message
> news:E15474E7-76D3-498A-A8C5-(E-Mail Removed)...
> > Dear Friends,
> >
> > I am working in Frontpage 2002, where I created a website using one of the
> > default templates which is "Personal Web" , now there is a feedback form
> > there which inserts its results to a text file but I want it to insert its
> > results to a database file.
> >
> > With the help of frontpage I created a database and made its connection
> > with
> > this form and this form is an htm file, but frontpage is also prompting me
> > to
> > change its extention from htm to asp, so I changed it but when I viewed it
> > in
> > the browswer, it showed nothing but html or java scripts and not my
> > original
> > form.
> >
> > Now my question is whether the form should remain in htm format or not or
> > if
> > its in htm format will it insert its results into a database file.
> >
> > I am gonna host this website on a asp and frontpage extention enabled
> > server.
> >
> > How can I achieve also this ?

>
>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      5th Oct 2007
You MUST change the extension to .asp, or all any users of the site will
see is the code.
If the database is correctly set up - FrontPage will do that for you -
records will be added to the database, but only when published to a
Windows server supporting .asp and Access.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Techman" <(E-Mail Removed)> wrote in message
news4DB5E64-0F09-483E-9E1B-(E-Mail Removed):

> Thanks for your help.
> the original page is written in html but frontpage is prompting me to change
> its extention to asp. Is it ok if I just change its extention will it put the
> records into the database file?
>
> "Andrew Murray" wrote:
>
> > You have to view ASP pages on a web server; publlish the pages, and view the
> > site in your browser.
> >
> > "Techman" <(E-Mail Removed)> wrote in message
> > news:E15474E7-76D3-498A-A8C5-(E-Mail Removed)...
> > > Dear Friends,
> > >
> > > I am working in Frontpage 2002, where I created a website using one of the
> > > default templates which is "Personal Web" , now there is a feedback form
> > > there which inserts its results to a text file but I want it to insert its
> > > results to a database file.
> > >
> > > With the help of frontpage I created a database and made its connection
> > > with
> > > this form and this form is an htm file, but frontpage is also prompting me
> > > to
> > > change its extention from htm to asp, so I changed it but when I viewed it
> > > in
> > > the browswer, it showed nothing but html or java scripts and not my
> > > original
> > > form.
> > >
> > > Now my question is whether the form should remain in htm format or not or
> > > if
> > > its in htm format will it insert its results into a database file.
> > >
> > > I am gonna host this website on a asp and frontpage extention enabled
> > > server.
> > >
> > > How can I achieve also this ?

> >
> >
> >


 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      5th Oct 2007
The database wizards in FP use ASP so yes, it prompts you if you haven't
saved the pages as *.asp.
ASP = Active Server Pages which is a server side technology which runs the
code to make your dynamic pages work such as writing the form's data to an
Access database.


"Techman" <(E-Mail Removed)> wrote in message
news4DB5E64-0F09-483E-9E1B-(E-Mail Removed)...
> Thanks for your help.
> the original page is written in html but frontpage is prompting me to
> change
> its extention to asp. Is it ok if I just change its extention will it put
> the
> records into the database file?
>
> "Andrew Murray" wrote:
>
>> You have to view ASP pages on a web server; publlish the pages, and view
>> the
>> site in your browser.
>>
>> "Techman" <(E-Mail Removed)> wrote in message
>> news:E15474E7-76D3-498A-A8C5-(E-Mail Removed)...
>> > Dear Friends,
>> >
>> > I am working in Frontpage 2002, where I created a website using one of
>> > the
>> > default templates which is "Personal Web" , now there is a feedback
>> > form
>> > there which inserts its results to a text file but I want it to insert
>> > its
>> > results to a database file.
>> >
>> > With the help of frontpage I created a database and made its connection
>> > with
>> > this form and this form is an htm file, but frontpage is also prompting
>> > me
>> > to
>> > change its extention from htm to asp, so I changed it but when I viewed
>> > it
>> > in
>> > the browswer, it showed nothing but html or java scripts and not my
>> > original
>> > form.
>> >
>> > Now my question is whether the form should remain in htm format or not
>> > or
>> > if
>> > its in htm format will it insert its results into a database file.
>> >
>> > I am gonna host this website on a asp and frontpage extention enabled
>> > server.
>> >
>> > How can I achieve also this ?

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?VGVjaG1hbg==?=
Guest
Posts: n/a
 
      5th Oct 2007
Thanks for your support.
I contacted my hosting company and they said that they don't support asp
pages and their servers are linux based.

How can I solve my problem in such a case?

"Andrew Murray" wrote:

> The database wizards in FP use ASP so yes, it prompts you if you haven't
> saved the pages as *.asp.
> ASP = Active Server Pages which is a server side technology which runs the
> code to make your dynamic pages work such as writing the form's data to an
> Access database.
>
>
> "Techman" <(E-Mail Removed)> wrote in message
> news4DB5E64-0F09-483E-9E1B-(E-Mail Removed)...
> > Thanks for your help.
> > the original page is written in html but frontpage is prompting me to
> > change
> > its extention to asp. Is it ok if I just change its extention will it put
> > the
> > records into the database file?
> >
> > "Andrew Murray" wrote:
> >
> >> You have to view ASP pages on a web server; publlish the pages, and view
> >> the
> >> site in your browser.
> >>
> >> "Techman" <(E-Mail Removed)> wrote in message
> >> news:E15474E7-76D3-498A-A8C5-(E-Mail Removed)...
> >> > Dear Friends,
> >> >
> >> > I am working in Frontpage 2002, where I created a website using one of
> >> > the
> >> > default templates which is "Personal Web" , now there is a feedback
> >> > form
> >> > there which inserts its results to a text file but I want it to insert
> >> > its
> >> > results to a database file.
> >> >
> >> > With the help of frontpage I created a database and made its connection
> >> > with
> >> > this form and this form is an htm file, but frontpage is also prompting
> >> > me
> >> > to
> >> > change its extention from htm to asp, so I changed it but when I viewed
> >> > it
> >> > in
> >> > the browswer, it showed nothing but html or java scripts and not my
> >> > original
> >> > form.
> >> >
> >> > Now my question is whether the form should remain in htm format or not
> >> > or
> >> > if
> >> > its in htm format will it insert its results into a database file.
> >> >
> >> > I am gonna host this website on a asp and frontpage extention enabled
> >> > server.
> >> >
> >> > How can I achieve also this ?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      6th Oct 2007
Then you can't use the Database Results Wizard and an Access DB
- ask you host for support in writing to a DB they support

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Techman" <(E-Mail Removed)> wrote in message news:E9915307-90D7-409E-8212-(E-Mail Removed)...
| Thanks for your support.
| I contacted my hosting company and they said that they don't support asp
| pages and their servers are linux based.
|
| How can I solve my problem in such a case?
|
| "Andrew Murray" wrote:
|
| > The database wizards in FP use ASP so yes, it prompts you if you haven't
| > saved the pages as *.asp.
| > ASP = Active Server Pages which is a server side technology which runs the
| > code to make your dynamic pages work such as writing the form's data to an
| > Access database.
| >
| >
| > "Techman" <(E-Mail Removed)> wrote in message
| > news4DB5E64-0F09-483E-9E1B-(E-Mail Removed)...
| > > Thanks for your help.
| > > the original page is written in html but frontpage is prompting me to
| > > change
| > > its extention to asp. Is it ok if I just change its extention will it put
| > > the
| > > records into the database file?
| > >
| > > "Andrew Murray" wrote:
| > >
| > >> You have to view ASP pages on a web server; publlish the pages, and view
| > >> the
| > >> site in your browser.
| > >>
| > >> "Techman" <(E-Mail Removed)> wrote in message
| > >> news:E15474E7-76D3-498A-A8C5-(E-Mail Removed)...
| > >> > Dear Friends,
| > >> >
| > >> > I am working in Frontpage 2002, where I created a website using one of
| > >> > the
| > >> > default templates which is "Personal Web" , now there is a feedback
| > >> > form
| > >> > there which inserts its results to a text file but I want it to insert
| > >> > its
| > >> > results to a database file.
| > >> >
| > >> > With the help of frontpage I created a database and made its connection
| > >> > with
| > >> > this form and this form is an htm file, but frontpage is also prompting
| > >> > me
| > >> > to
| > >> > change its extention from htm to asp, so I changed it but when I viewed
| > >> > it
| > >> > in
| > >> > the browswer, it showed nothing but html or java scripts and not my
| > >> > original
| > >> > form.
| > >> >
| > >> > Now my question is whether the form should remain in htm format or not
| > >> > or
| > >> > if
| > >> > its in htm format will it insert its results into a database file.
| > >> >
| > >> > I am gonna host this website on a asp and frontpage extention enabled
| > >> > server.
| > >> >
| > >> > How can I achieve also this ?
| > >>
| > >>
| > >>
| >
| >
| >


 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
connecting to remote database without using database links simisantu Webmaster / Programming 0 26th Jul 2007 12:22 AM
Connecting to database J-T Microsoft ASP .NET 1 21st Nov 2005 07:47 AM
Connecting To database Always Learning Microsoft Access 0 15th Jul 2005 01:00 PM
Connecting to non SQL database =?Utf-8?B?SmFrZQ==?= Microsoft ADO .NET 2 30th Mar 2005 07:33 PM
Connecting Drop-down form to shopping cart database Graeme Harris Microsoft Frontpage 1 4th Jan 2004 04:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:14 PM.