| StarCom Group Software/Networking Training Center |
| Visual Basic LAB |
|
Project Description:
The task of this workshop is to write SQL Server Explorer, an application that simulates SQL Server Enterprise Manager to a great extent. It will give you an excellent opportunity to use Visual Basic and learn Microsoft SQL Server 6.5. In the process of writing this application, you will learn about the server side programming of SQL Server and third party controls, as well as how to design and implement a large scale application. At the successful completion of this project workshop, you will grasp the native Transact SQL commands for advanced SQL Server administration, use RDO, ODBC or VBSQL fluently with VB to communicate with SQL Server, use object oriented analysis and design (OOAD) techniques and implement objects using VB class modules, know how to communicate among objects of the same or different types. There are a lot of GUI screens to write in this application, it is recommended that students be divided into groups of 3-4 to cooperate in one project.
Workshop Schedule: $300 - for StarComs previous VB Graduates. $600 - for new enrollees.
Project Outline:
Server
Register server
Server group
Tools
SQL Query Tools - to bring up the query window
Database object transfer
Manage
Logins
Database devices
Database
Users
Groups
Tables
Indexes
Triggers
Stored procedures
Views
Rules
Defaults
User Defined Datatypes
Object
Permissions
Dependencies
Generate SQL script
Drop
Rename
Help
Contents
Transact SQL help
About
(Help can be simplified by just invoking
the help files that come with SQL Server)
|