Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Online Database

Author  Topic 

vdavid70
Yak Posting Veteran

67 Posts

Posted - 2006-01-19 : 11:58:50
Hello Fellows,
I am trying to develop an online database where users can enter their information via a web form to be stored in a sql server database as well as have an area within the site where the information in the database can be queried via a web form.

Now my question is what is the best microsoft tool in the market to do this ( i mean develop an interactive web form where information can be inserted and retreived from the database).

Secondly is there any other thing i need to concider in order to archeive this e.g Odbc connection etc.

Cheers

Srinika
Master Smack Fu Yak Hacker

1378 Posts

Posted - 2006-01-19 : 12:26:11
If u know ASP, u can use Note Pad or any text editor
If u want all programming stuff, u can use Visual Studio 6.0 (Visual Interdev) or Visual Studio.Net
If u want to do HTML stuff u can use something like front page ( visual studio / .net also can do this with much effort)
Also visit the site like www.w3schools.com
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-01-19 : 15:00:24
I would advice you

1. Go for tutorials on ASP or .net web apps

or

2. Get a book on dynamic web pages. If you want to use Microsoft products, get books on ASP. or .net for your frontend apps and MSSQL for backend. If your site db would be big, then use Acess.

or do both
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-01-20 : 01:39:24
Also refer
www.asp.net
www.ConnectionStrings.com

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -