English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Suppose we want to design a web page using ASP.Net, ADO.Net and C#/VB.Net. How do we design a database that would be needed for the web page to interact with, that is to either get data from, or to store data in the database. What are the things that we would need to consider while designing the database?


Please be as detailed as you can...

2007-01-11 12:18:42 · 4 answers · asked by M 1 in Computers & Internet Programming & Design

One of the things that I was wondering about was if the database needed to be normalized. Because isn't normalization usually very important when it comes to databases. Or if there was anything else that we need to consider while designing it.

I'm not really good with databases and so that's why I'm asking.

2007-01-19 10:23:18 · update #1

4 answers

the database design depends on what your webpage does, if your page collect user info, then design a table to store those info specifically, usually table fields reflects webpage form fields...

that's really all there is to it.

2007-01-11 15:33:54 · answer #1 · answered by wl 1 · 0 0

From a database perspective, there's nothing you need consider. Whether you have one table with only one data field or 100 tables with several columns in each, the web page interacts with the database through a query.

So design your database to store the data you want, as much or as little. Then design the queries to SELECT that data, UPDATE it or DELETE it.

2007-01-12 01:00:34 · answer #2 · answered by rod 6 · 0 0

asp.net supports all commonly used and popular the databases

i think u r asking about how to connect to a database using ado.net

all u need is to use proper connection string ,
which depends on the database u are using , it will be different for different databases

u can search on google about connection string for your database name

hope it helps u

2007-01-12 04:16:59 · answer #3 · answered by Zia 1 · 0 0

if u design a database u will know abt manditory fieds and optional fields..!!!!
for example in music upload table name is xUploadMusic
have xmpMusicName,xmpMusicType,xmpMusicID,xmpMusicOwner......(it will be primarykey and auto incriment)
do u know mor please mail me raaju.m@hotmail.com

2007-01-17 02:16:45 · answer #4 · answered by Raju M 2 · 0 0

fedest.com, questions and answers