Click here to Skip to main content
15,887,248 members
Please Sign up or sign in to vote.
1.00/5 (7 votes)
Please tell me how to develop a website for a college? I mean how to design the database for it as it has to be the first step and where I should store the downloaded items like Word documents etc. Any answer will be appreciated, thank you!
Posted
Updated 22-Sep-10 22:16pm
v2
Comments
Henry Minute 18-Sep-10 14:03pm    
Try first.
Ask specific questions, if you get stuck.
alamz7 18-Sep-10 15:08pm    
but please tell how the download items like word, pdf etc documents are stored
virang_21 18-Sep-10 19:26pm    
You can store it in database (Many options : Oralce , MSSQL, MySql) or in directory. It all depends on how you design your application. I am working on a web application for one of the college and I used both the ways according the requirements.
alamz7 19-Sep-10 3:45am    
you mean i can store word or pdf files in database ? Then what datatype i should choose for them?
michaelschmitt 19-Sep-10 8:02am    
http://lmgtfy.com/?q=store+files+in+database

1 solution

how to design database
>> Use Microsoft SQL Server Management Studio (SSMS) to create your database. It can generate diagrams also easily. Well, if you really need to use a design tool, then go for Microsoft Visio

>> where i should store the downloads items like Word documents etc.
I reccomend disk. Store filename/path in database.
 
Share this answer
 
Comments
alamz7 22-Sep-10 13:34pm    
yah its good idea to store actual files somewhere on the disk and filename/path in database.Thanx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900