Presentation is loading. Please wait.

Presentation is loading. Please wait.

Financial Information Management Putting VB & SQL To Work Stefano Grazioli.

Similar presentations


Presentation on theme: "Financial Information Management Putting VB & SQL To Work Stefano Grazioli."— Presentation transcript:

1 Financial Information Management Putting VB & SQL To Work Stefano Grazioli

2 Critical Thinking  Still going strong  VPN, then “cmd”, then runas /user:mcintire\MyUserName "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"  Easy meter

3 Financial Information Management Accessing Enterprise Data Using Excel & ADO

4 Where is my Data? In a DBMS on the network In memory DATASET fastfast Speedslowbestfast Depends on bandwidth VolumemediumSmall/mediummediumVery large Accesseasy difficultmedium Backupmediumpoorn/aexcellent SecuritypoorPoor/mediumexcellentgood In a file slowslow Your local machine Server slowslow

5 ADO.NET  ActiveX Data Object  MS Technology to manage enterprise data  Use ADO to run SQL queries on remote servers, collect the results, and present them to the user.

6 Database Plumbing Standard parts, put together in standard ways are called architectures Standard parts are called ‘objects’

7 Software Objects

8  An object is a bundle of data and ‘methods’  Object Classes and Object Instances Class = code to build an instance Instance = physical item running on your machine  Instances are built with the keyword new Dim myDeskClock As DeskClock = new DeskClock() Name, a variable Class name (type) keyword Method that creates the deskclock

9 ADO architecture Remote DataBase (financial data) Remote DataBase (financial data) Client (your program on your machine) SQL Query string Connection string SqlConnection SqlAdapter ListObject DataSet DataTable s DataRow s DB Server SqlCommand On your Spreadsheet

10 Financial Information Management DEMO

11 Financial Information Management WINIT What Is New In Technology?

12 You do the talking  Name, Major  Learning objectives  Things you like about the class  Things that can be improved  Attitude towards the Tournament

13 Financial Information Management Homework Using ADO to Retrieve Financial Data

14  Make sure that you understand the ADO architecture diagram before coding.

15


Download ppt "Financial Information Management Putting VB & SQL To Work Stefano Grazioli."

Similar presentations


Ads by Google