Why Learn It?
 

Creating a Visual Studio .NET Application

Previous previous|next Next Page

The HR management team has requested that employees' job histories be tracked. Each manager would like to know what jobs particular employees have had and in what location(s) they worked.

Sheila's team decides that they can provide this functionality by using Oracle Developer Tools for Visual Studio .NET. The application needs to access Oracle Database 10g Release 2 Express Edition to obtain the data.

You will help Sheila:

Install and configure Oracle Developer Tools for Visual Studio .NET
Create a database connection
Create a table with the Table Designer
Insert data by using the Query Window
Generate a Visual C# application
Add a DataGrid and button to the form
Run the application
Create a stored procedure in the database