Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP NEEDED WITH ASP!!!!!

Status
Not open for further replies.

dvenkat

Programmer
May 13, 2002
11
US
Hi

I need to design a database with three tables - one for each mfg site. The data into the tables will be entered via the web (data access pages/ asp pages) by some employees in Asia. Then I need to design a page which would display all the data (entered by Asia users) from the three tables.

Pl help. I donot know where and how to start
 
well you're asking for a lot of different things there. so take a look at this site, it should get you started and going. if you have problems then come on back

the main thing you need to do is set the DB up tables etc.
set the page for inserting records
set the page for viewing
the tasks are not really that difficult to perform and code.
here's some other things you'll want, IIS installed on your machine and of course a host that supports ASP.
IIS is how you will be able to test the ASP pages via your PC. It is in the add/remove programs -->windows components section and you'll need your installation CD to install. "internet information services" IIS

hope that helps out, You cannot mandate productivity, you must provide the tools to let people become their best.
-Steve Jobs
admin@onpntwebdesigns.com
 
Design your database first. If you don't want to mess up with the codefor the ASP part, use something like CodeCharge - perferct for this job.
 
Hi

I can set up the database. No problem. But its the asp portion that left me wondering what to do. I will check out the link you have sent.

Thx for the help. If you guys have any other suggestions pl let me know
 
Just a minor database design point - if the data stored in the three tables is going to be identical apart from the location it pertains to, why not put it all in one table and add an extra field for location. Of course, if you're doing a distributed database setup, ignore this. codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
You're not a complete programmer unless you know how to guess.
I hope I never consider myself an 'expert'.
<insert witticism here>
 
*Grin* seems snowboardr likes pushing his own site? codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
You're not a complete programmer unless you know how to guess.
I hope I never consider myself an 'expert'.
<insert witticism here>
 
Well there is no since in taking the time to write it all out. My site is just a hobby. ;)
www.vzio.com
ASP WEB DEVELOPMENT



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top