summer web development

13
Presented by- Manohar Prasad WEB DEVELOPMENT PROJECT AT HINDALCO INDUSTRIES LTD. MURI WORKS, RANCHI IB+IT, (2010-12)

Upload: manohar-prasad

Post on 08-May-2015

612 views

Category:

Documents


6 download

TRANSCRIPT

Page 1: Summer Web Development

Presented by- Manohar Prasad

WEB DEVELOPMENT PROJECTAT

HINDALCO INDUSTRIES LTD. MURI WORKS, RANCHI

IB+IT, (2010-12)

Page 2: Summer Web Development

Hindalco Industries Ltd.• The company was started in the year 1943.• At present Alumina Refinery operates at 4,50,000

tpa.• It Produces three types aluminium namely

standard, specialty grade and hydrates alumina.• It is spread in more than 300 acres of land.• A 30 MW coal-based captive power plant

provides uninterrupted power supply to the refinery for production.

Page 3: Summer Web Development

Website Development Process

• Analysis• Specification• Design & Development• Content Writing• Coding• Testing• Promotion• Maintenance & Update

Page 4: Summer Web Development

How to build a server connection

• Public ora_con As New OracleConnection(ConfigurationManager.ConnectionStrings("ITCALL_Conn").ConnectionString.ToString)

• Public ora_con As New OracleConnection(ConfigurationManager.ConnectionStrings("Local_Conn").ConnectionString.ToString)

Page 5: Summer Web Development

Build the Solution Connection

Page 6: Summer Web Development

Building the Default page

Page 7: Summer Web Development

Building the Complain page

Page 8: Summer Web Development

Building the Complain page

Page 9: Summer Web Development

Oracle Server• The Client: The client is the front-end database

application, accessed by a user through the keyboard, display, and pointing device, such as a mouse. The client has no data access responsibilities. It requests, processes, and presents data managed by the server.

• The Server: The server runs Oracle software and handles the functions required for concurrent, shared data access. The server receives and processes the SQL and PL/SQL statements that originate from client applications.

Page 10: Summer Web Development

Oracle Architecture• CREATE TABLE HINDALCO_MURI (SR_NO NUMBER (3),

USER_NAME VARCHAR2 (20), USER_ID NUMBER (10), USER_DOB DATE, USER_PASSWORD NUMBER (10), CITY VARCHAR (15));

• INSERT INTO HINDALCO_MURI VALUES (001, ’DAVIS’, ’123’, ’14-FEB-1988’, 84721600, ‘PATNA’);

•  UPDATE HINDALCO_MURI SET USER_ID=130 WHERE SR_NO=8;•  ALTER TABLE HINDALCO_MURI MODIFY (DEPT_NAME

VARCHAR (10));•  DELETE FROM HINDALCO_MURI WHERE SR_NO=’5’;• SELECT * FROM HINDALCO_MURI;• DESC HINDALCO_MURI;• CLEAR SCREEN;• COMMIT;

Page 11: Summer Web Development

Introduction to the Oracle Server

Page 12: Summer Web Development

ER-DIAGRAM

IT Department IT ManagerRun by Hindalco

ProjectEmployee

Complain Registrati

on

Engineer/Superviso

r

1 1

MM

M

System

Server

System

System

Page 13: Summer Web Development

Bibliography• http://www.web-source.net/• http://www.developmentindia.com/• http://msdn.microsoft.com/en-us/library/

ms525070%28v=vs.90%29.aspx• http://www.homeandlearn.co.uk/net/vbnet.html• http://en.wikipedia.org/wiki/Visual_Basic_.NET• http://www.hindalco.com• ORACLE DEVELOPER by Ivan Vyross

Thank You !