PC Review


Reply
Thread Tools Rate Thread

Best MS product for web database stuff

 
 
Clark
Guest
Posts: n/a
 
      18th Jul 2004
Maybe this isn't the best forum to ask this, but here goes.

I have used FP2000 successfully for my database driven site with
considerable digging through references and an occasional code snippet
from places like this.

But if I wanted to move to a next, more versatile level of database
interaction by the web user, should I be thinking of a different
microsoft product such as Interdev? I am thinking of things like the
ability for a user to easily log in and modify their own database record
-- more sophisticated things than can *easily* be done with FP.

Thanks


 
Reply With Quote
 
 
 
 
MD Websunlimited
Guest
Posts: n/a
 
      18th Jul 2004
ASP.NET and Visual Studio.NET 2003


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Clark" <(E-Mail Removed)> wrote in message news:QptKc.48839$(E-Mail Removed)...
> Maybe this isn't the best forum to ask this, but here goes.
>
> I have used FP2000 successfully for my database driven site with
> considerable digging through references and an occasional code snippet
> from places like this.
>
> But if I wanted to move to a next, more versatile level of database
> interaction by the web user, should I be thinking of a different
> microsoft product such as Interdev? I am thinking of things like the
> ability for a user to easily log in and modify their own database record
> -- more sophisticated things than can *easily* be done with FP.
>
> Thanks
>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      18th Jul 2004
I would agree with Mike. However, you could certainly use FrontPage or
Visual Interdev to develop classic ASP.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"MD Websunlimited" <(E-Mail Removed)> wrote in message
news:OD2H$(E-Mail Removed)...
> ASP.NET and Visual Studio.NET 2003
>
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>
> "Clark" <(E-Mail Removed)> wrote in message

news:QptKc.48839$(E-Mail Removed)...
> > Maybe this isn't the best forum to ask this, but here goes.
> >
> > I have used FP2000 successfully for my database driven site with
> > considerable digging through references and an occasional code snippet
> > from places like this.
> >
> > But if I wanted to move to a next, more versatile level of database
> > interaction by the web user, should I be thinking of a different
> > microsoft product such as Interdev? I am thinking of things like the
> > ability for a user to easily log in and modify their own database record
> > -- more sophisticated things than can *easily* be done with FP.
> >
> > Thanks
> >
> >

>
>



 
Reply With Quote
 
Jim Cheshire
Guest
Posts: n/a
 
      18th Jul 2004
Kevin Spencer wrote:
> I would agree with Mike. However, you could certainly use FrontPage or
> Visual Interdev to develop classic ASP.


Just keep in mind that Microsoft's support of Visual InterDev is due to end
later this year.


--
Jim Cheshire
Jimco
http://www.jimcoaddins.com
================================
Author of Special Edition
Using Microsoft Office FrontPage 2003
5 Stars on Amazon and B&N
================================
The opinions expressed by me in the
newsgroups are my own opinions and
are in no way associated with my
employer or any other party. Jimco is
not associated in any way with any other
entity.




 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      18th Jul 2004
the .net "web matrix" has been re-worked so you might want to look into
that. also there are some tools here:
http://lab.msdn.microsoft.com/express/ that might help you.

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Clark" <(E-Mail Removed)> wrote in message
news:QptKc.48839$(E-Mail Removed)...
> Maybe this isn't the best forum to ask this, but here goes.
>
> I have used FP2000 successfully for my database driven site with
> considerable digging through references and an occasional code snippet
> from places like this.
>
> But if I wanted to move to a next, more versatile level of database
> interaction by the web user, should I be thinking of a different
> microsoft product such as Interdev? I am thinking of things like the
> ability for a user to easily log in and modify their own database record
> -- more sophisticated things than can *easily* be done with FP.
>
> Thanks
>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      18th Jul 2004
Good point, Jim. I've always preferred FrontPage for classic ASP in any
case!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Kevin Spencer wrote:
> > I would agree with Mike. However, you could certainly use FrontPage or
> > Visual Interdev to develop classic ASP.

>
> Just keep in mind that Microsoft's support of Visual InterDev is due to

end
> later this year.
>
>
> --
> Jim Cheshire
> Jimco
> http://www.jimcoaddins.com
> ================================
> Author of Special Edition
> Using Microsoft Office FrontPage 2003
> 5 Stars on Amazon and B&N
> ================================
> The opinions expressed by me in the
> newsgroups are my own opinions and
> are in no way associated with my
> employer or any other party. Jimco is
> not associated in any way with any other
> entity.
>
>
>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      18th Jul 2004
The key developing "sophisticated" applications is not by using FP or Interdev and relying on any
built-in components, but learning how to hand code your ASP. I use still use FP2000 for all ASP
development, but do not use any of the FP database components.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Clark" <(E-Mail Removed)> wrote in message
news:QptKc.48839$(E-Mail Removed)...
> Maybe this isn't the best forum to ask this, but here goes.
>
> I have used FP2000 successfully for my database driven site with
> considerable digging through references and an occasional code snippet
> from places like this.
>
> But if I wanted to move to a next, more versatile level of database
> interaction by the web user, should I be thinking of a different
> microsoft product such as Interdev? I am thinking of things like the
> ability for a user to easily log in and modify their own database record
> -- more sophisticated things than can *easily* be done with FP.
>
> Thanks
>
>



 
Reply With Quote
 
Jim Cheshire
Guest
Posts: n/a
 
      18th Jul 2004
Kevin Spencer wrote:
> Good point, Jim. I've always preferred FrontPage for classic ASP in
> any case!
>


I use FrontPage as well when I write legacy ASP, but I rarely do these days.


One disadvantage of using FrontPage is the lack of a debugger.

--
Jim Cheshire
Jimco
http://www.jimcoaddins.com
================================
Author of Special Edition
Using Microsoft Office FrontPage 2003
5 Stars on Amazon and B&N
================================
The opinions expressed by me in the
newsgroups are my own opinions and
are in no way associated with my
employer or any other party. Jimco is
not associated in any way with any other
entity.




 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      18th Jul 2004
> One disadvantage of using FrontPage is the lack of a debugger.

Definitely. But it is better when it comes to the HTML, and I always used
Response.Writes to do my debugging with classic ASP. Of course, thank
goodness, we have ASP.Net. I still use FrontPage to do the HTML part of my
ASP.Net stuff, and Visual Studio.Net for everything else!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Kevin Spencer wrote:
> > Good point, Jim. I've always preferred FrontPage for classic ASP in
> > any case!
> >

>
> I use FrontPage as well when I write legacy ASP, but I rarely do these

days.
>
>
> One disadvantage of using FrontPage is the lack of a debugger.
>
> --
> Jim Cheshire
> Jimco
> http://www.jimcoaddins.com
> ================================
> Author of Special Edition
> Using Microsoft Office FrontPage 2003
> 5 Stars on Amazon and B&N
> ================================
> The opinions expressed by me in the
> newsgroups are my own opinions and
> are in no way associated with my
> employer or any other party. Jimco is
> not associated in any way with any other
> entity.
>
>
>
>



 
Reply With Quote
 
G.S. Batchelor
Guest
Posts: n/a
 
      18th Jul 2004
CodeCharge Studio is very nice, and plugs into FP.


"Clark" <(E-Mail Removed)> wrote in message
news:QptKc.48839$(E-Mail Removed)...
> Maybe this isn't the best forum to ask this, but here goes.
>
> I have used FP2000 successfully for my database driven site with
> considerable digging through references and an occasional code snippet
> from places like this.
>
> But if I wanted to move to a next, more versatile level of database
> interaction by the web user, should I be thinking of a different
> microsoft product such as Interdev? I am thinking of things like the
> ability for a user to easily log in and modify their own database record
> -- more sophisticated things than can *easily* be done with FP.
>
> Thanks
>
>
>




 
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
Database for my stuff Kutty Microsoft Access Reports 1 11th Jun 2008 01:45 PM
Help with adding stuff to a database please JamesB Microsoft ADO .NET 4 29th Sep 2005 03:56 PM
product supplier database =?Utf-8?B?RGVhbiBXZWJi?= Microsoft Access Getting Started 1 15th Dec 2004 04:24 PM
First Database---Scary Stuff!!!! tan Microsoft Access Getting Started 5 8th Dec 2004 09:02 AM
view source well i got it to open but i cant save stuff after i change stuff =?Utf-8?B?Y3JpczEyM2xw?= Windows XP Internet Explorer 2 20th Feb 2004 02:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:35 AM.