User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 427,937 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,960 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS SQL advertiser: Programming Forums
Views: 4023 | Replies: 8
Reply
Join Date: Feb 2002
Location: New York
Posts: 862
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Rep Power: 12
Solved Threads: 15
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Developing SQL Server 2000

  #1  
May 28th, 2002
OK.. I want to start trying to develop a web app using an SQL Server 2000 database. The only language I know comfortably (but not totally) is VB (although VB.NET is giving me lots of problems). What should I use to develop this program? Dreamweaver? Visual Studio.NET has web development built in, is that a good choice? Anyones, and everyones comments are appreciated :-).
-Ryan Hoffman

ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2002
Location: Tucson, AZ - formerly LI, NY
Posts: 625
Reputation: aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice 
Rep Power: 12
Solved Threads: 7
Colleague
aeinstein's Avatar
aeinstein aeinstein is offline Offline
Team Member - aka kaynine

Re:Developing SQL Server 2000

  #2  
May 29th, 2002
Dreamweaver MX would help, but anything below that ver u'll need UltraDev - but i think u know that. what abt using ASP or JSP for doing the ODBC hooks? ???
"I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use." - Galileo Galilei

"Science without religion is lame. Religion without science is blind." - Albert Einstein

"Good judgment comes from experience, experience comes from bad judgment." - author unknown

"Anyone who has never made a mistake has never tried anything new." - Albert Einstein

(why "aeinstein"?)

Peace Be with You
Reply With Quote  
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Rep Power: 12
Solved Threads: 4
Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re:Developing SQL Server 2000

  #3  
May 29th, 2002
For the design of the site, I think it's a lot easier if you use Dreamweaver. You can easily test out different ideas on the design and worry little about the coding. If you need a quick manual tweek, you can open up the code viewer.

For coding, however, I don't recommend Dreamweaver. The interface is still designed for graphical development rather than coding. I'd recommend something like Homesite, which was made strongly for coding.

If you want to develop using ASP, definitely go with Visual InterDev. It rocks. Color coding, code completion; the layout is very similar to Visual Basic's IDE, premade templates, full list of objects, filelist, nice visual interface to your ODBC db, etc. So I recommend you do the design in Dreamweaver, then when you're ready to CGI it, use Visual InterDev.

Dreamweaver UltraDev is good tool; providing DB development in a graphical way, but it could be quirky depending if you're used to coding the old fashion way. Also, it adds extra overhead. If you make a simple application through Dreamweaver UltraDev, and do the same one by hand, you'll realize that UltraDev adds more lines of code. It uses a standard "this-way-fits-all" kind of of coding, so when you're doing developing, you'll realize you'll have more code through UltraDev. Not recommended unless you dislike coding and you're in a hurry. (Usually for those non-web developers who are assigned a small app for the company.)

I haven't had a chance to give VS.net a spin, but I would imagine it kept the same layout as Visual InterDev when you do any web development.
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Reply With Quote  
Join Date: May 2002
Location: Tucson, AZ - formerly LI, NY
Posts: 625
Reputation: aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice 
Rep Power: 12
Solved Threads: 7
Colleague
aeinstein's Avatar
aeinstein aeinstein is offline Offline
Team Member - aka kaynine

Re:Developing SQL Server 2000

  #4  
May 30th, 2002
fyi - Dreamweaver MX incorporated UltraDev & Homesite & as such theyre no longer stand alone prods - i'm very much looking forward to dive head 1st into MX -----------> as soon as i can get it running on my Mac!!!
"I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use." - Galileo Galilei

"Science without religion is lame. Religion without science is blind." - Albert Einstein

"Good judgment comes from experience, experience comes from bad judgment." - author unknown

"Anyone who has never made a mistake has never tried anything new." - Albert Einstein

(why "aeinstein"?)

Peace Be with You
Reply With Quote  
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Rep Power: 12
Solved Threads: 4
Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re:Developing SQL Server 2000

  #5  
May 30th, 2002
I have to play around with it more. I'm using a very old beta version of DWMX (almost an Alpha version). I have to see how they merged together in the final release.

I rarely use DW for database apps. I'd much prefer writing them out from scratch myself. I'm not surprised how Adobe sued Macromedia for copying their GUI. (The GUI on the MX line of products look very similar to Adobe's (especially DWMX and GoLive).
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Reply With Quote  
Join Date: May 2002
Location: Tucson, AZ - formerly LI, NY
Posts: 625
Reputation: aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice aeinstein is just really nice 
Rep Power: 12
Solved Threads: 7
Colleague
aeinstein's Avatar
aeinstein aeinstein is offline Offline
Team Member - aka kaynine

Re:Developing SQL Server 2000

  #6  
May 31st, 2002
i might need to be corrected on Homesite not being a stand alone prod anymore - was redownloading the MX family of products (sans Coldfusion) and saw that Homesites still downloadable - didnt investigate it tho to see what ver & all; gonna boost my iBook from std 64MB to 320MB and c if that lets me load&access MX... :-\
"I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use." - Galileo Galilei

"Science without religion is lame. Religion without science is blind." - Albert Einstein

"Good judgment comes from experience, experience comes from bad judgment." - author unknown

"Anyone who has never made a mistake has never tried anything new." - Albert Einstein

(why "aeinstein"?)

Peace Be with You
Reply With Quote  
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Rep Power: 12
Solved Threads: 4
Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re:Developing SQL Server 2000

  #7  
May 31st, 2002
I didn't think anything happened to Homesite. In the last Macromedia developer conference Kevin Lynch said it will be around as a stand alone for hand coding. I've heard that the DWMX CD comes with a special version of Homesite, but haven't had a chance to purchase it yet.
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Reply With Quote  
Join Date: Sep 2004
Posts: 2
Reputation: mysorian is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
mysorian mysorian is offline Offline
Newbie Poster

Re: Developing SQL Server 2000

  #8  
Nov 29th, 2004
I suggest you start out with ASP using NotePad. This requires a lot of preparation since you will be on your own, no intellisense, tooltips, etc. The next best is to use Visual Interdev 6.0 with a local IIS on your machine(Windows XP Pro or Windows 2000, desist using Windows ME or windows 95). I am suggesting Visual Interdev 6.0, because you cannot really stop at Visual Interdev, you will have to( you will be forced to in the future), go to Visuao Studio 7.0 with the .NET Framework. With Visual Interdev as the basis, you will find this lot easier. :lol:

mysorian

Originally Posted by Tekmaven™
OK.. I want to start trying to develop a web app using an SQL Server 2000 database. The only language I know comfortably (but not totally) is VB (although VB.NET is giving me lots of problems). What should I use to develop this program? Dreamweaver? Visual Studio.NET has web development built in, is that a good choice? Anyones, and everyones comments are appreciated :-).
Reply With Quote  
Join Date: Oct 2007
Posts: 1
Reputation: nfantano is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
nfantano nfantano is offline Offline
Newbie Poster

Re: Developing SQL Server 2000

  #9  
Oct 29th, 2007
Originally Posted by Tekmaven View Post
OK.. I want to start trying to develop a web app using an SQL Server 2000 database. The only language I know comfortably (but not totally) is VB (although VB.NET is giving me lots of problems). What should I use to develop this program? Dreamweaver? Visual Studio.NET has web development built in, is that a good choice? Anyones, and everyones comments are appreciated :-).


Visual Studio.Net has a control in the SqlClient library that will allow you to make a connection to the database and pull the information from the source without writing a single line of code. You also can write Vanilla asp in the Visual Studio .net environment.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb MS SQL Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the MS SQL Forum

All times are GMT -4. The time now is 6:29 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC