Download presentation
Presentation is loading. Please wait.
Published byMelvyn Lynch Modified over 9 years ago
1
Financial Information Management Business Intelligence Putting VBA & SQL To Work
2
Critical Thinking New interface Listen to audio in video Use windows media player Easy meter
3
Financial Information Management WINIT What Is New In Technology?
4
Financial Information Management Accessing Enterprise Data Using Excel & ADO
5
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
6
Database Legos Standard parts, put together in standard ways ADO
7
VBA and ADO.NET ADO = ActiveX Data Object. It is a MSFT technology to manage enterprise data Use ADO.NET to run SQL queries on remote servers, collect the results, and present them to the user.
8
ADO architecture (7 Legos) Remote DataBase (financial data) Remote DataBase (financial data) Client (your machine) SQL Query string Connection string SqlConnection SqlAdapter ListObject DataSet DataTable s DataRow s DB Server SqlCommand On your Spreadsheet
9
Creating Software Objects Instances are declared with dim and built with the keyword new Dim myConnection As SqlClient.SqlConnection myConnection = New SqlClient.SqlConnection
10
Financial Information Management DEMO
11
Financial Information Management Homework Automating Business Intelligence at SmallBank
12
Suggestions Make sure that you understand the ADO architecture diagram before coding.
14
You do the talking Name, Major Learning objectives Things you like about the class Things that can be improved Attitude towards the Tournament
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.