Dynamic SQL Queries Stefano Grazioli
Critical Thinking Office hours Easy meter
You do the talking Name, major, year, track… Learning objectives Things you like about the class Things that can be improved Attitude towards the Tournament
Dynamic queries Combo boxes
myCBox.Items.Add(“Italy”) Combo boxes myCBox.Text myCBox.SelectedItem Pick a country myCBox.Items myCBox.Items.Add(“Italy”)
Static (‘Canned’) vs Dynamic SQL queries mySQL = "SELECT * FROM StockMarket where date = '5/2/2018'" mySQL = "SELECT * FROM StockMarket where date = '" + DateCBox.SelectedItem + "'"
Homework
WINIT What Is New In Technology?
Debugging With VS
Suggestions Make sure that you understand the ADO architecture diagrams before coding.